diff --git a/doc/various.jax b/doc/various.jax index 823a58a6f..f8e7e5aba 100644 --- a/doc/various.jax +++ b/doc/various.jax @@ -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 @@ -761,9 +761,8 @@ K カーソル位置のキーワードを調べるためのプログラムを CTRL-Break)。"gs" は "goto sleep" の略です。 カーソルが表示可能な位置にある場合は、スリープしている 間、カーソルはテキスト中に表示されます。 - スリープ中に受信した netbeans メッセージは処理されま - す。{|+netbeans_intg| 機能つきでコンパイルされたときの - み利用可能} + キューに入れられたメッセージとタイマー (|+timers|) も + スリープ中に処理されます。 *:sl!* *:sleep!* :[N]sl[eep]! [N][m] 上記と同じですが、カーソルが非表示となります。 diff --git a/en/various.txt b/en/various.txt index 440a66562..6fd4a5f7f 100644 --- a/en/various.txt +++ b/en/various.txt @@ -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 @@ -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.