Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion doc/version9.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Oct 08


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -41584,6 +41584,8 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
- |:cd| や同様のコマンドで 'cdpath' からディレクトリを補完できるように、
|:command-complete| や |getcompletion()| 等に "cd_in_path" 補完タイプを追加
します
- |:command-complete| と |getcmdcomplpat()| を使った新しい shellcmdline 補完タ
イプを使用して、シェルコマンドとファイルを補完できるようにします
- いくつかの (伝統的な) vi の動作/不整合を無効にするために、'cpoptions' にフラ
グ "z" |cpo-z| を追加します (|d-special| および |cw| を参照)。
- 補完メニューで追加の属性を指定できるようにします (LSP サーバーから非推奨の属
Expand All @@ -41603,6 +41605,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
|diff()| 2 つの文字列のリストの差分
|filecopy()| ファイル {from} を {to} にコピー
|foreach()| リストの項目に関数を適用
|getcmdcomplpat()| シェルコマンドライン補完
|getcmdprompt()| input()/confirm() のプロンプトを取得
|getregion()| バッファからテキストの領域を取得
|getregionpos()| 領域の位置をリストで取得
Expand Down
5 changes: 4 additions & 1 deletion en/version9.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim version 9.1. Last change: 2024 Oct 05
*version9.txt* For Vim version 9.1. Last change: 2024 Oct 08


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -41589,6 +41589,8 @@ Changed~
- allow to complete directories from 'cdpath' for |:cd| and similar commands,
add the "cd_in_path" completion type for e.g. |:command-complete| and
|getcompletion()|
- allow to complete shell commands and files using the new shellcmdline
completion type using |:command-complete| and |getcmdcomplpat()|
- add 'cpoptions' flag "z" |cpo-z|, to disable some (traditional) vi
behaviour/inconsistency (see |d-special| and |cw|).
- allow to specify additional attributes in the completion menu (allows to
Expand All @@ -41608,6 +41610,7 @@ Functions: ~
|diff()| diff two Lists of strings
|filecopy()| copy a file {from} to {to}
|foreach()| apply function to List items
|getcmdcomplpat()| Shell command line completion
|getcmdprompt()| get prompt for input()/confirm()
|getregion()| get a region of text from a buffer
|getregionpos()| get a list of positions for a region
Expand Down