Skip to content

Update version9.{txt,jax} #1545

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 21, 2024
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
4 changes: 3 additions & 1 deletion doc/version9.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim バージョン 9.1. Last change: 2024 May 05
*version9.txt* For Vim バージョン 9.1. Last change: 2024 May 17


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -41585,6 +41585,8 @@ Vim9 script の列挙型サポート |:enum|

コマンド: ~

|[r| および |]r| カーソルを前/次の稀な単語に移動する


オプション: ~

Expand Down
8 changes: 5 additions & 3 deletions en/version9.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim version 9.1. Last change: 2024 May 05
*version9.txt* For Vim version 9.1. Last change: 2024 May 17


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -41587,15 +41587,17 @@ Autocommands: ~

Highlighting: ~

|hl-MsgArea| highlighting of the Command-line and messages area.
|hl-MsgArea| highlighting of the Command-line and messages area

Commands: ~

|[r| and |]r| to move the cursor to previous/next rare word


Options: ~

'winfixbuf' Keep buffer focused in a window
't_xo' Terminal uses XON/XOFF handshaking (e.g. vt420).
't_xo' Terminal uses XON/XOFF handshaking (e.g. vt420)

==============================================================================
INCOMPATIBLE CHANGES *incompatible-9.2*
Expand Down