Remove underscore as word-break character. This partially reverts #11975

This commit is contained in:
Alexey Milovidov 2020-07-06 01:16:32 +03:00
parent 89497a08fe
commit 5eb60d5bd3

View File

@ -48,7 +48,7 @@ protected:
};
const String history_file_path;
static constexpr char word_break_characters[] = " \t\v\f\a\b\r\n`~!@#$%^&*()-=+[{]}\\|;:'\",<.>/?_";
static constexpr char word_break_characters[] = " \t\v\f\a\b\r\n`~!@#$%^&*()-=+[{]}\\|;:'\",<.>/?";
String input;