Skip to content

Commit 1c652bb

Browse files
authored
Merge pull request #2066 from h-east/update-version9
Update version9.{txt,jax}
2 parents a8620da + 5f7f1a7 commit 1c652bb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/version9.jax

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Apr 24
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2025 May 08
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41615,6 +41615,7 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。
4161541615
ようにする
4161641616
- ":filetype" コマンドの補完を追加
4161741617
- |getcompletion()| に "filetypecmd" 補完タイプを追加
41618+
- 'smartcase' は補完のフィルタリングに適用される
4161841619

4161941620
オプション: ~
4162041621
- 'commentstring' のデフォルトには、自動コメントの見栄えを良くするための空白の
@@ -41631,6 +41632,7 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。
4163141632
- 'fillchars' の新しいオプション値:
4163241633
"trunc" - 切り詰め表示を設定する、'pummaxwidth'
4163341634
"truncrl" - "trunc" に似ているが 'rl' モード用 'pummaxwidth'
41635+
- GTK3 でマウスカーソルの一部が表示されない問題を修正 'mouseshape'
4163441636

4163541637
Ex コマンド: ~
4163641638
- 新しい目印を定義するときに優先順位を指定できるようにする |:sign-define|

en/version9.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.1. Last change: 2025 Apr 24
1+
*version9.txt* For Vim version 9.1. Last change: 2025 May 08
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41626,6 +41626,7 @@ Completion: ~
4162641626
"{flag}^<limit>" notation
4162741627
- add ":filetype" command completion
4162841628
- add "filetypecmd" completion type for |getcompletion()|
41629+
- 'smartcase' applies to completion filtering
4162941630

4163041631
Options: ~
4163141632
- the default for 'commentstring' contains whitespace padding to have
@@ -41641,6 +41642,7 @@ Options: ~
4164141642
- New option value for 'fillchars':
4164241643
"trunc" - configure truncation indicator, 'pummaxwidth'
4164341644
"truncrl" - like "trunc" but in 'rl' mode, 'pummaxwidth'
41645+
- adjust for GTK3 dropping some mouse cursors 'mouseshape'
4164441646

4164541647
Ex commands: ~
4164641648
- allow to specify a priority when defining a new sign |:sign-define|

0 commit comments

Comments
 (0)