Skip to content

Commit

Permalink
Merge pull request #1741 from vim-jp/hh-update-map
Browse files Browse the repository at this point in the history
Update map.{txt,jax}
  • Loading branch information
h-east authored Oct 13, 2024
2 parents e5e5fa1 + 67cd17e commit 202969f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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

0 comments on commit 202969f

Please sign in to comment.