Skip to content

Commit bae81eb

Browse files
authored
Merge pull request #2095 from h-east/update-builtin
Update builtin.{txt,jax}
2 parents c7e81b0 + 27b1a95 commit bae81eb

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 Jun 02
1+
*builtin.txt* For Vim バージョン 9.1. Last change: 2025 Jun 07
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 Jun 02
1+
*builtin.txt* For Vim version 9.1. Last change: 2025 Jun 07
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2047,8 +2047,8 @@ complete_match([{lnum}, {col}]) *complete_match()*
20472047
or empty string if no match was found or when using the
20482048
default 'iskeyword' pattern.
20492049

2050-
When 'isexpand' is empty, uses the 'iskeyword' pattern
2051-
"\k\+$" to find the start of the current keyword.
2050+
When 'isexpand' is empty, uses the 'iskeyword' pattern "\k\+$"
2051+
to find the start of the current keyword.
20522052

20532053
Examples: >
20542054
set isexpand=.,->,/,/*,abc

0 commit comments

Comments
 (0)