Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions doc/various.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*various.txt* For Vim バージョン 9.1. Last change: 2024 Dec 16
*various.txt* For Vim バージョン 9.1. Last change: 2025 Feb 13


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

*:sl!* *:sleep!*
:[N]sl[eep]! [N][m] 上記と同じですが、カーソルが非表示となります。
Expand Down
7 changes: 3 additions & 4 deletions en/various.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*various.txt* For Vim version 9.1. Last change: 2024 Dec 16
*various.txt* For Vim version 9.1. Last change: 2025 Feb 13


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

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