Kaydet (Commit) 97a431fa authored tarafından Colomban Wendling's avatar Colomban Wendling

Update the documentation on wordchars

üst 40b9a2ba
......@@ -4170,7 +4170,8 @@ wordchars
*Example:* (look at system filetypes.\* files)
.. note::
This overrides the *whitespace_chars* filetypes.common setting.
This overrides the *wordchars* filetypes.common setting, and
has precedence over the *whitespace_chars* setting.
comment_single
A character or string which is used to comment code. If you want to use
......@@ -4652,6 +4653,15 @@ whitespace_chars
*Example:* ``whitespace_chars=\s\t!\"#$%&'()*+,-./:;<=>?@[\\]^`{|}~``
wordchars
These characters define word boundaries when making selections
and searching using word matching options.
*Example:* ``wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789``
.. note::
This has precedence over the *whitespace_chars* setting.
Filetype extensions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment