We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f69de commit b5e7da1Copy full SHA for b5e7da1
1 file changed
runtime/doc/builtin.txt
@@ -1,4 +1,4 @@
1
-*builtin.txt* For Vim version 9.1. Last change: 2024 Oct 31
+*builtin.txt* For Vim version 9.1. Last change: 2024 Nov 01
2
3
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1625,7 +1625,7 @@ charclass({string}) *charclass()*
1625
The character class is one of:
1626
0 blank
1627
1 punctuation
1628
- 2 word character
+ 2 word character (depends on 'iskeyword')
1629
3 emoji
1630
other specific Unicode class
1631
The class is used in patterns and word motions.
0 commit comments