From: Mischa POSLAWSKY Date: Thu, 31 Jul 2008 22:57:36 +0000 (+0000) Subject: remove soft hyphens X-Git-Tag: v1.1~3 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/9f5890e6886ac89b093efc0388b5681be3a641fb remove soft hyphens Required a %sign wrapper to show up right in ?ascii mode, but don't bother seeing they're insignificant. --- diff --git a/vim-cmds.inc.pl b/vim-cmds.inc.pl index a9f32c2..40ed33e 100644 --- a/vim-cmds.inc.pl +++ b/vim-cmds.inc.pl @@ -29,7 +29,7 @@ use utf8; '\\' => ["not used", "me arg"], '^\\' => ["to mode/$sign{_}ext$sign{_}ens$sign{_}ion$sign{_}s", "mo arg"], ',' => ["reverse t/T/f/F", "pm"], - '<' => ["un­$sign{_}ind$sign{_}ent", "co argm undo"], + '<' => ["un$sign{_}ind$sign{_}ent", "co argm undo"], '.' => ["repeat cmd", "co undo"], '>' => ["ind$sign{_}ent", "co argm undo"], '/' => ["find", "pm arg modec"], @@ -109,7 +109,7 @@ use utf8; 'W' => ['next word', "pm"], '^w'=> ["window cmds", "me arg mode^w"], 'x' => ["delete char", "co undo"], - 'X' => ["back­$sign{_}space", "co undo"], + 'X' => ["back$sign{_}space", "co undo"], '^x'=> ["subs$sign{_}tract", "co undo"], 'y' => ["yank", "co argm"], 'Y' => ["yank line", "co"],