cedric pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=16fa4ff0c325b1d0192a51d5a09bc41268ab9848
commit 16fa4ff0c325b1d0192a51d5a09bc41268ab9848 Author: Cedric BAIL <[email protected]> Date: Wed Sep 24 15:28:21 2014 +0200 termio: add '|' to the list of word separator. --- src/bin/termio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/termio.c b/src/bin/termio.c index 87ba441..34628ce 100644 --- a/src/bin/termio.c +++ b/src/bin/termio.c @@ -2370,6 +2370,7 @@ _codepoint_is_wordsep(const Eina_Unicode g) '^', '`', '{', + '|', '}', 0x00a0, 0x00ab, --
