Ticket #2500 (incorrect the word boundary detection)
fixed detection of the word boundary (added '{', '}' as end of the word). Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
Этот коммит содержится в:
родитель
9f0d38520a
Коммит
cfad4d685b
@ -1005,7 +1005,7 @@ my_type_of (int c)
|
||||
int x, r = 0;
|
||||
const char *p, *q;
|
||||
const char option_chars_move_whole_word[] =
|
||||
"!=&|<>^~ !:;, !'!`!.?!\"!( !) !Aa0 !+-*/= |<> ![ !] !\\#! ";
|
||||
"!=&|<>^~ !:;, !'!`!.?!\"!( !) !{ !} !Aa0 !+-*/= |<> ![ !] !\\#! ";
|
||||
|
||||
if (!c)
|
||||
return 0;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user