Skip to content

Commit ae0a0bb

Browse files
authored
Merge pull request #1957 from h-east/update-various
Update various.{txt,jax}
2 parents 665cde9 + 009592c commit ae0a0bb

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

doc/various.jax

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*various.txt* For Vim バージョン 9.1. Last change: 2024 Dec 16
1+
*various.txt* For Vim バージョン 9.1. Last change: 2025 Feb 13
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -761,9 +761,8 @@ K カーソル位置のキーワードを調べるためのプログラムを
761761
CTRL-Break)。"gs" は "goto sleep" の略です。
762762
カーソルが表示可能な位置にある場合は、スリープしている
763763
間、カーソルはテキスト中に表示されます。
764-
スリープ中に受信した netbeans メッセージは処理されま
765-
す。{|+netbeans_intg| 機能つきでコンパイルされたときの
766-
み利用可能}
764+
キューに入れられたメッセージとタイマー (|+timers|) も
765+
スリープ中に処理されます。
767766

768767
*:sl!* *:sleep!*
769768
:[N]sl[eep]! [N][m] 上記と同じですが、カーソルが非表示となります。

en/various.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*various.txt* For Vim version 9.1. Last change: 2024 Dec 16
1+
*various.txt* For Vim version 9.1. Last change: 2025 Feb 13
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -765,9 +765,8 @@ K Run a program to lookup the keyword under the
765765
MS-Windows). "gs" stands for "goto sleep".
766766
While sleeping the cursor is positioned in the text,
767767
if at a visible position.
768-
Also process the received netbeans messages. {only
769-
available when compiled with the |+netbeans_intg|
770-
feature}
768+
Queued messages and timers (|+timers|) are processed
769+
during the sleep as well.
771770

772771
*:sl!* *:sleep!*
773772
:[N]sl[eep]! [N][m] Same as above, but hide the cursor.

0 commit comments

Comments
 (0)