Skip to content

Commit

Permalink
Merge pull request #1957 from h-east/update-various
Browse files Browse the repository at this point in the history
Update various.{txt,jax}
  • Loading branch information
h-east authored Feb 22, 2025
2 parents 665cde9 + 009592c commit ae0a0bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
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

0 comments on commit ae0a0bb

Please sign in to comment.