From 97a431faf2c146cc79534fb23ab9032d7f435974 Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Thu, 28 May 2015 17:55:21 +0200 Subject: [PATCH] Update the documentation on wordchars --- doc/geany.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/geany.txt b/doc/geany.txt index b46fa4c2..b1df3016 100644 --- a/doc/geany.txt +++ b/doc/geany.txt @@ -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