config.h: modify worddelimiters

This commit is contained in:
hazen2215 2023-08-13 00:33:15 +09:00
parent d3f7be8978
commit 7489a6da57
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ static unsigned int lines = 0;
* Characters not considered part of a word while deleting words
* for example: " /?\"&[]"
*/
static const char worddelimiters[] = " ";
static const char worddelimiters[] = " /?\"&[].:";
/* -n option; preselected item starting from 0 */
static unsigned int preselected = 0;