Skip to content

Commit 0b64eba

Browse files
authored
Merge pull request #2210 from h-east/update-map
Update map.{txt,jax}
2 parents 5984b99 + 15dabe1 commit 0b64eba

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

doc/map.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1616,13 +1616,13 @@ script2.vimを実行すると "None" が表示されます。期待した結果
16161616
-complete=cscope |:cscope| サブオプション
16171617
-complete=diff_buffer 差分バッファ
16181618
-complete=dir ディレクトリ
1619-
-complete=dir_in_path |'cdpath'| 内のディレクトリ
1619+
-complete=dir_in_path 'cdpath' 内のディレクトリ
16201620
-complete=environment 環境変数
16211621
-complete=event 自動コマンドのイベント
16221622
-complete=expression Vimの式
16231623
-complete=file ファイルとディレクトリ
1624-
-complete=file_in_path |'path'| 内のファイルとディレクトリ
1625-
-complete=filetype ファイルタイプ名 |'filetype'|
1624+
-complete=file_in_path 'path' 内のファイルとディレクトリ
1625+
-complete=filetype ファイルタイプ名 'filetype'
16261626
-complete=function 関数
16271627
-complete=help ヘルプの主題
16281628
-complete=highlight ハイライトグループ
@@ -1636,13 +1636,13 @@ script2.vimを実行すると "None" が表示されます。期待した結果
16361636
-complete=option オプション
16371637
-complete=packadd オプショナルパッケージの |pack-add|
16381638
-complete=retab |:retab| サブオプション
1639-
-complete=runtime |'runtimepath'| 内のファイルとディレクトリ
1639+
-complete=runtime 'runtimepath' 内のファイルとディレクトリ
16401640
-complete=scriptnames 読み込まれたスクリプト
16411641
-complete=shellcmd シェルコマンド
16421642
-complete=shellcmdline 最初はシェルコマンドで、後続はファイル名。
16431643
|:!cmd| と同じ動作である
16441644
-complete=sign |:sign| サブオプション
1645-
-complete=syntax シンタックスファイル名 |'syntax'|
1645+
-complete=syntax シンタックスファイル名 'syntax'
16461646
-complete=syntime |:syntime| サブオプション
16471647
-complete=tag タグ
16481648
-complete=tag_listfiles CTRL-D を押した時にタグ、ファイル名を表示

en/map.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*map.txt* For Vim version 9.1. Last change: 2025 Jul 14
1+
*map.txt* For Vim version 9.1. Last change: 2025 Aug 06
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1635,13 +1635,13 @@ completion can be enabled:
16351635
-complete=cscope |:cscope| suboptions
16361636
-complete=diff_buffer diff buffer names
16371637
-complete=dir directory names
1638-
-complete=dir_in_path directory names in |'cdpath'|
1638+
-complete=dir_in_path directory names in 'cdpath'
16391639
-complete=environment environment variable names
16401640
-complete=event autocommand events
16411641
-complete=expression Vim expression
16421642
-complete=file file and directory names
1643-
-complete=file_in_path file and directory names in |'path'|
1644-
-complete=filetype filetype names |'filetype'|
1643+
-complete=file_in_path file and directory names in 'path'
1644+
-complete=filetype filetype names 'filetype'
16451645
-complete=function function name
16461646
-complete=help help subjects
16471647
-complete=highlight highlight groups
@@ -1655,13 +1655,13 @@ completion can be enabled:
16551655
-complete=option options
16561656
-complete=packadd optional package |pack-add| names
16571657
-complete=retab |:retab| suboptions
1658-
-complete=runtime file and directory names in |'runtimepath'|
1658+
-complete=runtime file and directory names in 'runtimepath'
16591659
-complete=scriptnames sourced script names
16601660
-complete=shellcmd Shell command
16611661
-complete=shellcmdline First is a shell command and subsequent ones
16621662
are filenames. The same behavior as |:!cmd|
16631663
-complete=sign |:sign| suboptions
1664-
-complete=syntax syntax file names |'syntax'|
1664+
-complete=syntax syntax file names 'syntax'
16651665
-complete=syntime |:syntime| suboptions
16661666
-complete=tag tags
16671667
-complete=tag_listfiles tags, file names are shown when CTRL-D is hit

0 commit comments

Comments
 (0)