File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
- *version9.txt* For Vim バージョン 9.1. Last change: 2025 Apr 24
1
+ *version9.txt* For Vim バージョン 9.1. Last change: 2025 May 08
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41615,6 +41615,7 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。
41615
41615
ようにする
41616
41616
- ":filetype" コマンドの補完を追加
41617
41617
- |getcompletion()| に "filetypecmd" 補完タイプを追加
41618
+ - 'smartcase' は補完のフィルタリングに適用される
41618
41619
41619
41620
オプション: ~
41620
41621
- 'commentstring' のデフォルトには、自動コメントの見栄えを良くするための空白の
@@ -41631,6 +41632,7 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。
41631
41632
- 'fillchars' の新しいオプション値:
41632
41633
"trunc" - 切り詰め表示を設定する、'pummaxwidth'
41633
41634
"truncrl" - "trunc" に似ているが 'rl' モード用 'pummaxwidth'
41635
+ - GTK3 でマウスカーソルの一部が表示されない問題を修正 'mouseshape'
41634
41636
41635
41637
Ex コマンド: ~
41636
41638
- 新しい目印を定義するときに優先順位を指定できるようにする |:sign-define|
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41626,6 +41626,7 @@ Completion: ~
41626
41626
"{flag}^<limit>" notation
41627
41627
- add ":filetype" command completion
41628
41628
- add "filetypecmd" completion type for |getcompletion()|
41629
+ - 'smartcase' applies to completion filtering
41629
41630
41630
41631
Options: ~
41631
41632
- the default for 'commentstring' contains whitespace padding to have
@@ -41641,6 +41642,7 @@ Options: ~
41641
41642
- New option value for 'fillchars':
41642
41643
"trunc" - configure truncation indicator, 'pummaxwidth'
41643
41644
"truncrl" - like "trunc" but in 'rl' mode, 'pummaxwidth'
41645
+ - adjust for GTK3 dropping some mouse cursors 'mouseshape'
41644
41646
41645
41647
Ex commands: ~
41646
41648
- allow to specify a priority when defining a new sign |:sign-define|
You can’t perform that action at this time.
0 commit comments