File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
- *version9.txt* For Vim バージョン 9.1. Last change: 2024 Jul 12
1
+ *version9.txt* For Vim バージョン 9.1. Last change: 2024 Jul 15
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41581,6 +41581,9 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
41581
41581
- |:cd| や同様のコマンドで 'cdpath' からディレクトリを補完できるように、
41582
41582
|:command-complete| や |getcompletion()| 等に "cd_in_path" 補完タイプを追加
41583
41583
します
41584
+ - add 'cpoptions' flag "z" |cpo-z|, to disable some (traditional) vi behaviour/inconsistency (see |d-special| and |cw|).
41585
+ - いくつかの (伝統的な) vi の動作/不整合を無効にするために、'cpoptions' にフラ
41586
+ グ "z" |cpo-z| を追加します (|d-special| および |cw| を参照)。
41584
41587
41585
41588
*added-9.2*
41586
41589
追加要素 ~
Original file line number Diff line number Diff line change 1
- *version9.txt* For Vim version 9.1. Last change: 2024 Jul 12
1
+ *version9.txt* For Vim version 9.1. Last change: 2024 Jul 15
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41586,6 +41586,8 @@ Changed~
41586
41586
- allow to complete directories from 'cdpath' for |:cd| and similar commands,
41587
41587
add the "cd_in_path" completion type for e.g. |:command-complete| and
41588
41588
|getcompletion()|
41589
+ - add 'cpoptions' flag "z" |cpo-z|, to disable some (traditional) vi
41590
+ behaviour/inconsistency (see |d-special| and |cw|).
41589
41591
41590
41592
*added-9.2*
41591
41593
Added ~
You can’t perform that action at this time.
0 commit comments