Skip to content

Commit d619caf

Browse files
committed
Upadte map.{txt,jax}
1 parent 9f8391c commit d619caf

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

doc/map.jax

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*map.txt* For Vim バージョン 9.1. Last change: 2024 Jul 11
1+
*map.txt* For Vim バージョン 9.1. Last change: 2024 Aug 31
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1605,12 +1605,14 @@ script2.vimを実行すると "None" が表示されます。期待した結果
16051605

16061606
-complete=arglist 引数リスト内のファイル名
16071607
-complete=augroup 自動コマンドのグループ
1608-
-complete=buffer バッファ
16091608
-complete=behave |:behave| サブオプション
1609+
-complete=breakpoint |:breakadd| サブオプション
1610+
-complete=buffer バッファ
16101611
-complete=color カラースキーム
16111612
-complete=command Ex コマンド(と、引数)
16121613
-complete=compiler コンパイラ
16131614
-complete=cscope |:cscope| サブオプション
1615+
-complete=diff_buffer 差分バッファ
16141616
-complete=dir ディレクトリ
16151617
-complete=dir_in_path |'cdpath'| 内のディレクトリ
16161618
-complete=environment 環境変数
@@ -1631,6 +1633,8 @@ script2.vimを実行すると "None" が表示されます。期待した結果
16311633
-complete=messages |:messages| サブオプション
16321634
-complete=option オプション
16331635
-complete=packadd オプショナルパッケージの |pack-add|
1636+
-complete=runtime |'runtimepath'| 内のファイルとディレクトリ
1637+
-complete=scriptnames 読み込まれたスクリプト
16341638
-complete=shellcmd シェルコマンド
16351639
-complete=sign |:sign| サブオプション
16361640
-complete=syntax シンタックスファイル名 |'syntax'|

en/map.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*map.txt* For Vim version 9.1. Last change: 2024 Jul 11
1+
*map.txt* For Vim version 9.1. Last change: 2024 Aug 31
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1624,12 +1624,14 @@ completion can be enabled:
16241624

16251625
-complete=arglist file names in argument list
16261626
-complete=augroup autocmd groups
1627+
-complete=behave |:behave| suboptions
1628+
-complete=breakpoint |:breakadd| suboptions
16271629
-complete=buffer buffer names
1628-
-complete=behave :behave suboptions
16291630
-complete=color color schemes
16301631
-complete=command Ex command (and arguments)
16311632
-complete=compiler compilers
16321633
-complete=cscope |:cscope| suboptions
1634+
-complete=diff_buffer diff buffer names
16331635
-complete=dir directory names
16341636
-complete=dir_in_path directory names in |'cdpath'|
16351637
-complete=environment environment variable names
@@ -1641,7 +1643,7 @@ completion can be enabled:
16411643
-complete=function function name
16421644
-complete=help help subjects
16431645
-complete=highlight highlight groups
1644-
-complete=history :history suboptions
1646+
-complete=history |:history| suboptions
16451647
-complete=keymap keyboard mappings
16461648
-complete=locale locale names (as output of locale -a)
16471649
-complete=mapclear buffer argument
@@ -1650,6 +1652,8 @@ completion can be enabled:
16501652
-complete=messages |:messages| suboptions
16511653
-complete=option options
16521654
-complete=packadd optional package |pack-add| names
1655+
-complete=runtime file and directory names in |'runtimepath'|
1656+
-complete=scriptnames sourced script names
16531657
-complete=shellcmd Shell command
16541658
-complete=sign |:sign| suboptions
16551659
-complete=syntax syntax file names |'syntax'|

0 commit comments

Comments
 (0)