File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1- *version9.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05
1+ *version9.txt* For Vim バージョン 9.1. Last change: 2024 Oct 08
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -41584,6 +41584,8 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
4158441584- |:cd| や同様のコマンドで 'cdpath' からディレクトリを補完できるように、
4158541585 |:command-complete| や |getcompletion()| 等に "cd_in_path" 補完タイプを追加
4158641586 します
41587+ - |:command-complete| と |getcmdcomplpat()| を使った新しい shellcmdline 補完タ
41588+ イプを使用して、シェルコマンドとファイルを補完できるようにします
4158741589- いくつかの (伝統的な) vi の動作/不整合を無効にするために、'cpoptions' にフラ
4158841590 グ "z" |cpo-z| を追加します (|d-special| および |cw| を参照)。
4158941591- 補完メニューで追加の属性を指定できるようにします (LSP サーバーから非推奨の属
@@ -41603,6 +41605,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
4160341605|diff()| 2 つの文字列のリストの差分
4160441606|filecopy()| ファイル {from} を {to} にコピー
4160541607|foreach()| リストの項目に関数を適用
41608+ |getcmdcomplpat()| シェルコマンドライン補完
4160641609|getcmdprompt()| input()/confirm() のプロンプトを取得
4160741610|getregion()| バッファからテキストの領域を取得
4160841611|getregionpos()| 領域の位置をリストで取得
Original file line number Diff line number Diff line change 1- *version9.txt* For Vim version 9.1. Last change: 2024 Oct 05
1+ *version9.txt* For Vim version 9.1. Last change: 2024 Oct 08
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41589,6 +41589,8 @@ Changed~
4158941589- allow to complete directories from 'cdpath' for |:cd| and similar commands,
4159041590 add the "cd_in_path" completion type for e.g. |:command-complete| and
4159141591 |getcompletion()|
41592+ - allow to complete shell commands and files using the new shellcmdline
41593+ completion type using |:command-complete| and |getcmdcomplpat()|
4159241594- add 'cpoptions' flag "z" |cpo-z|, to disable some (traditional) vi
4159341595 behaviour/inconsistency (see |d-special| and |cw|).
4159441596- allow to specify additional attributes in the completion menu (allows to
@@ -41608,6 +41610,7 @@ Functions: ~
4160841610|diff()| diff two Lists of strings
4160941611|filecopy()| copy a file {from} to {to}
4161041612|foreach()| apply function to List items
41613+ |getcmdcomplpat()| Shell command line completion
4161141614|getcmdprompt()| get prompt for input()/confirm()
4161241615|getregion()| get a region of text from a buffer
4161341616|getregionpos()| get a list of positions for a region
You can’t perform that action at this time.
0 commit comments