Skip to content

Commit 202969f

Browse files
authored
Merge pull request #1741 from vim-jp/hh-update-map
Update map.{txt,jax}
2 parents e5e5fa1 + 67cd17e commit 202969f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/map.jax

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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| サブオプション

en/map.txt

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

0 commit comments

Comments
 (0)