~ob/st

90d6aae64d405f07164e6307cb3e8dc7c7e16efc — Oscar Benedito 4 years ago 2ade39e master
Deleted . as word delimiter
1 files changed, 1 insertions(+), 1 deletions(-)

M config.h
M config.h => config.h +1 -1
@@ 34,7 34,7 @@ static float chscale = 1.0;
 *
 * More advanced example: L" `'\"()[]{}"
 */
wchar_t *worddelimiters = L" `'\"()[]{},.:;+-=*^?!&$#";
wchar_t *worddelimiters = L" `'\"()[]{},:;+-=*^?!&$#";

/* selection timeouts (in milliseconds) */
static unsigned int doubleclicktimeout = 300;