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
4 changes: 3 additions & 1 deletion doc/map.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*map.txt* For Vim バージョン 9.1. Last change: 2024 Oct 07
*map.txt* For Vim バージョン 9.1. Last change: 2024 Oct 08


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -1638,6 +1638,8 @@ script2.vimを実行すると "None" が表示されます。期待した結果
-complete=runtime |'runtimepath'| 内のファイルとディレクトリ
-complete=scriptnames 読み込まれたスクリプト
-complete=shellcmd シェルコマンド
-complete=shellcmdline 最初はシェルコマンドで、後続はファイル名。
|:!cmd| と同じ動作である
-complete=sign |:sign| サブオプション
-complete=syntax シンタックスファイル名 |'syntax'|
-complete=syntime |:syntime| サブオプション
Expand Down
4 changes: 3 additions & 1 deletion en/map.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*map.txt* For Vim version 9.1. Last change: 2024 Oct 07
*map.txt* For Vim version 9.1. Last change: 2024 Oct 08


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -1657,6 +1657,8 @@ completion can be enabled:
-complete=runtime file and directory names in |'runtimepath'|
-complete=scriptnames sourced script names
-complete=shellcmd Shell command
-complete=shellcmdline First is a shell command and subsequent ones
are filenames. The same behavior as |:!cmd|
-complete=sign |:sign| suboptions
-complete=syntax syntax file names |'syntax'|
-complete=syntime |:syntime| suboptions
Expand Down