mirror of
https://github.com/vim/vim.git
synced 2025-08-26 20:03:41 -04:00
runtime(doc): mention 'iskeyword' at :h charclass()
fixes: #15965 Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
parent
15f69de263
commit
b5e7da1f27
@ -1,4 +1,4 @@
|
|||||||
*builtin.txt* For Vim version 9.1. Last change: 2024 Oct 31
|
*builtin.txt* For Vim version 9.1. Last change: 2024 Nov 01
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
@ -1625,7 +1625,7 @@ charclass({string}) *charclass()*
|
|||||||
The character class is one of:
|
The character class is one of:
|
||||||
0 blank
|
0 blank
|
||||||
1 punctuation
|
1 punctuation
|
||||||
2 word character
|
2 word character (depends on 'iskeyword')
|
||||||
3 emoji
|
3 emoji
|
||||||
other specific Unicode class
|
other specific Unicode class
|
||||||
The class is used in patterns and word motions.
|
The class is used in patterns and word motions.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user