Skip to content

Commit 5dcd920

Browse files
committed
Follow the original update
1 parent 2a23987 commit 5dcd920

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

doc/version9.jax

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Jul 12
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Jul 15
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41581,6 +41581,9 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
4158141581
- |:cd| や同様のコマンドで 'cdpath' からディレクトリを補完できるように、
4158241582
|:command-complete| や |getcompletion()| 等に "cd_in_path" 補完タイプを追加
4158341583
します
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| を参照)。
4158441587

4158541588
*added-9.2*
4158641589
追加要素 ~

en/version9.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41586,6 +41586,8 @@ Changed~
4158641586
- allow to complete directories from 'cdpath' for |:cd| and similar commands,
4158741587
add the "cd_in_path" completion type for e.g. |:command-complete| and
4158841588
|getcompletion()|
41589+
- add 'cpoptions' flag "z" |cpo-z|, to disable some (traditional) vi
41590+
behaviour/inconsistency (see |d-special| and |cw|).
4158941591

4159041592
*added-9.2*
4159141593
Added ~

0 commit comments

Comments
 (0)