Skip to content

Commit

Permalink
Update the documentation on wordchars
Browse files Browse the repository at this point in the history
  • Loading branch information
b4n committed May 28, 2015
1 parent 40b9a2b commit 97a431f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion doc/geany.txt
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 97a431f

Please sign in to comment.