termio: add '|' to the list of word separator.

This commit is contained in:
Cedric BAIL 2014-09-24 15:28:21 +02:00
parent 0fe0007e42
commit 16fa4ff0c3
1 changed files with 1 additions and 0 deletions

View File

@ -2370,6 +2370,7 @@ _codepoint_is_wordsep(const Eina_Unicode g)
'^',
'`',
'{',
'|',
'}',
0x00a0,
0x00ab,