Skip to content

Commit a2e0c22

Browse files
committed
Update by original
1 parent 3561e45 commit a2e0c22

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

doc/builtin.jax

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim バージョン 9.1. Last change: 2024 Oct 08
1+
*builtin.txt* For Vim バージョン 9.1. Last change: 2024 Oct 09
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -4078,7 +4078,7 @@ getcompletion({pat}, {type} [, {filtered}]) *getcompletion()*
40784078
cscope |:cscope|のサブオプション
40794079
custom,{func} {func} で定義されたカスタム補完
40804080
customlist,{func} {func} で定義されたカスタム補完
4081-
diff_buffer |:diffget| と |:diffput| の補完
4081+
diff_buffer |:diffget| と |:diffput| の補完
40824082
dir ディレクトリ名
40834083
dir_in_path |'cdpath'| 内のディレクトリ名
40844084
environment 環境変数名
@@ -4102,6 +4102,7 @@ getcompletion({pat}, {type} [, {filtered}]) *getcompletion()*
41024102
runtime |:runtime| 補完
41034103
scriptnames 読み込まれているスクリプト名 |:scriptnames|
41044104
shellcmd シェルコマンド
4105+
shellcmdline ファイル名を引数とするシェルコマンドライン
41054106
sign |:sign|サブオプション
41064107
syntax 構文ファイル名 |'syntax'|
41074108
syntime |:syntime|サブオプション

en/builtin.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim version 9.1. Last change: 2024 Oct 08
1+
*builtin.txt* For Vim version 9.1. Last change: 2024 Oct 09
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -4091,7 +4091,7 @@ getcompletion({pat}, {type} [, {filtered}]) *getcompletion()*
40914091
cscope |:cscope| suboptions
40924092
custom,{func} custom completion, defined via {func}
40934093
customlist,{func} custom completion, defined via {func}
4094-
diff_buffer |:diffget| and |:diffput| completion
4094+
diff_buffer |:diffget| and |:diffput| completion
40954095
dir directory names
40964096
dir_in_path directory names in |'cdpath'|
40974097
environment environment variable names
@@ -4115,6 +4115,7 @@ getcompletion({pat}, {type} [, {filtered}]) *getcompletion()*
41154115
runtime |:runtime| completion
41164116
scriptnames sourced script names |:scriptnames|
41174117
shellcmd Shell command
4118+
shellcmdline Shell command line with filename arguments
41184119
sign |:sign| suboptions
41194120
syntax syntax file names |'syntax'|
41204121
syntime |:syntime| suboptions

0 commit comments

Comments
 (0)