1
0
Fork 0

Expand word delimiter characters

This commit is contained in:
Aaron Lindsay 2017-02-05 12:31:09 -05:00 committed by Aaron Lindsay
parent d371588f89
commit 4c0f1f0c44
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;