mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
Merge branch '2500_editor_WordRight_fix'
* 2500_editor_WordRight_fix: Ticket #2500 (incorrect the word boundary detection)
This commit is contained in:
commit
6cd8812756
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user