File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1- *map.txt* For Vim バージョン 9.1. Last change: 2024 Oct 07
1+ *map.txt* For Vim バージョン 9.1. Last change: 2024 Oct 08
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -1638,6 +1638,8 @@ script2.vimを実行すると "None" が表示されます。期待した結果
16381638 -complete=runtime | 'runtimepath' | 内のファイルとディレクトリ
16391639 -complete=scriptnames 読み込まれたスクリプト
16401640 -complete=shellcmd シェルコマンド
1641+ -complete=shellcmdline 最初はシェルコマンドで、後続はファイル名。
1642+ | :!cmd | と同じ動作である
16411643 -complete=sign | :sign | サブオプション
16421644 -complete=syntax シンタックスファイル名 | 'syntax' |
16431645 -complete=syntime | :syntime | サブオプション
Original file line number Diff line number Diff line change 1- *map.txt* For Vim version 9.1. Last change: 2024 Oct 07
1+ *map.txt* For Vim version 9.1. Last change: 2024 Oct 08
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1657,6 +1657,8 @@ completion can be enabled:
16571657 -complete=runtime file and directory names in | 'runtimepath' |
16581658 -complete=scriptnames sourced script names
16591659 -complete=shellcmd Shell command
1660+ -complete=shellcmdline First is a shell command and subsequent ones
1661+ are filenames. The same behavior as | :!cmd |
16601662 -complete=sign | :sign | suboptions
16611663 -complete=syntax syntax file names | 'syntax' |
16621664 -complete=syntime | :syntime | suboptions
You can’t perform that action at this time.
0 commit comments