Skip to content

Commit 08f5d8c

Browse files
authored
Merge pull request #2142 from h-east/update-builtin
Update builtin.{txt,jax}
2 parents 3f0d62b + b678990 commit 08f5d8c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/builtin.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim バージョン 9.1. Last change: 2025 Jul 05
1+
*builtin.txt* For Vim バージョン 9.1. Last change: 2025 Jul 06
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar

en/builtin.txt

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

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -4212,8 +4212,8 @@ getcmdcompltype() *getcmdcompltype()*
42124212
|getcmdprompt()|, |getcmdcomplpat()| and |setcmdline()|.
42134213
Returns an empty string when completion is not defined.
42144214

4215-
To get the type of the command-line completion for the
4216-
specified string, use |getcompletiontype()|.
4215+
To get the type of the command-line completion for a specified
4216+
string, use |getcompletiontype()|.
42174217

42184218
Return type: |String|
42194219

0 commit comments

Comments
 (0)