runtime(doc): mention 'iskeyword' at :h charclass() Commit: https://github.com/vim/vim/commit/b5e7da1f27241f7d770d342009e2fb443e45e6ce Author: Christian Brabandt <c...@256bit.org> Date: Fri Nov 1 09:33:00 2024 +0100
runtime(doc): mention 'iskeyword' at :h charclass() fixes: https://github.com/vim/vim/issues/15965 Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt index 29ed1c79a..edc425a5a 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. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1t6nHE-005QhF-LT%40256bit.org.