1
0
Fork 0

Expand word delimiter characters

This commit is contained in:
Aaron Lindsay 2017-02-05 12:31:09 -05:00
parent e740dd406d
commit 96267e4e6b
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ static float chscale = 1.0;
*
* More advanced example: " `'\"()[]{}"
*/
char *worddelimiters = "";
char *worddelimiters = "`'\"()[]{}";
/* selection timeouts (in milliseconds) */
static unsigned int doubleclicktimeout = 300;