Merge branch '2500_editor_WordRight_fix'

* 2500_editor_WordRight_fix:
  Ticket #2500 (incorrect the word boundary detection)
This commit is contained in:
Ilia Maslakov 2011-02-17 21:06:05 +00:00
commit 6cd8812756

View File

@ -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;