From: Christian Brabandt Date: Fri, 1 Nov 2024 08:33:00 +0000 (+0100) Subject: runtime(doc): mention 'iskeyword' at :h charclass() X-Git-Tag: v9.1.0826~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5e7da1f27241f7d770d342009e2fb443e45e6ce;p=thirdparty%2Fvim.git runtime(doc): mention 'iskeyword' at :h charclass() fixes: #15965 Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt index 29ed1c79a1..edc425a5ab 100644 --- a/runtime/doc/builtin.txt +++ b/runtime/doc/builtin.txt @@ -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 @@ -1625,7 +1625,7 @@ charclass({string}) *charclass()* The character class is one of: 0 blank 1 punctuation - 2 word character + 2 word character (depends on 'iskeyword') 3 emoji other specific Unicode class The class is used in patterns and word motions.