Skip to content

Update map.{txt,jax} #2210

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions 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: 2025 Jul 14
*map.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -1616,13 +1616,13 @@ script2.vimを実行すると "None" が表示されます。期待した結果
-complete=cscope |:cscope| サブオプション
-complete=diff_buffer 差分バッファ
-complete=dir ディレクトリ
-complete=dir_in_path |'cdpath'| 内のディレクトリ
-complete=dir_in_path 'cdpath' 内のディレクトリ
-complete=environment 環境変数
-complete=event 自動コマンドのイベント
-complete=expression Vimの式
-complete=file ファイルとディレクトリ
-complete=file_in_path |'path'| 内のファイルとディレクトリ
-complete=filetype ファイルタイプ名 |'filetype'|
-complete=file_in_path 'path' 内のファイルとディレクトリ
-complete=filetype ファイルタイプ名 'filetype'
-complete=function 関数
-complete=help ヘルプの主題
-complete=highlight ハイライトグループ
Expand All @@ -1636,13 +1636,13 @@ script2.vimを実行すると "None" が表示されます。期待した結果
-complete=option オプション
-complete=packadd オプショナルパッケージの |pack-add| 名
-complete=retab |:retab| サブオプション
-complete=runtime |'runtimepath'| 内のファイルとディレクトリ
-complete=runtime 'runtimepath' 内のファイルとディレクトリ
-complete=scriptnames 読み込まれたスクリプト
-complete=shellcmd シェルコマンド
-complete=shellcmdline 最初はシェルコマンドで、後続はファイル名。
|:!cmd| と同じ動作である
-complete=sign |:sign| サブオプション
-complete=syntax シンタックスファイル名 |'syntax'|
-complete=syntax シンタックスファイル名 'syntax'
-complete=syntime |:syntime| サブオプション
-complete=tag タグ
-complete=tag_listfiles CTRL-D を押した時にタグ、ファイル名を表示
Expand Down
12 changes: 6 additions & 6 deletions 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: 2025 Jul 14
*map.txt* For Vim version 9.1. Last change: 2025 Aug 06


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -1635,13 +1635,13 @@ completion can be enabled:
-complete=cscope |:cscope| suboptions
-complete=diff_buffer diff buffer names
-complete=dir directory names
-complete=dir_in_path directory names in |'cdpath'|
-complete=dir_in_path directory names in 'cdpath'
-complete=environment environment variable names
-complete=event autocommand events
-complete=expression Vim expression
-complete=file file and directory names
-complete=file_in_path file and directory names in |'path'|
-complete=filetype filetype names |'filetype'|
-complete=file_in_path file and directory names in 'path'
-complete=filetype filetype names 'filetype'
-complete=function function name
-complete=help help subjects
-complete=highlight highlight groups
Expand All @@ -1655,13 +1655,13 @@ completion can be enabled:
-complete=option options
-complete=packadd optional package |pack-add| names
-complete=retab |:retab| suboptions
-complete=runtime file and directory names in |'runtimepath'|
-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=syntax syntax file names 'syntax'
-complete=syntime |:syntime| suboptions
-complete=tag tags
-complete=tag_listfiles tags, file names are shown when CTRL-D is hit
Expand Down