remove soft hyphens
authorMischa POSLAWSKY <perl@shiar.org>
Thu, 31 Jul 2008 22:57:36 +0000 (22:57 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Fri, 1 Aug 2008 00:18:29 +0000 (00:18 +0000)
Required a %sign wrapper to show up right in ?ascii mode,
but don't bother seeing they're insignificant.

vim-cmds.inc.pl

index a9f32c23c851e6033afc1082596a049618f4012d..40ed33ecd0a58252d41a0f948b2034eab2365bd5 100644 (file)
@@ -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"],
        '\\' => ["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"],
        '.' => ["repeat cmd", "co undo"],
        '>' => ["ind$sign{_}ent", "co argm undo"],
        '/' => ["find", "pm arg modec"],
@@ -109,7 +109,7 @@ use utf8;
        'W' => ['next <span style="font-variant:small-caps">word</span>', "pm"],
        '^w'=> ["window cmds", "me arg mode^w"],
        'x' => ["delete char", "co undo"],
        'W' => ['next <span style="font-variant:small-caps">word</span>', "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"],
        '^x'=> ["subs$sign{_}tract", "co undo"],
        'y' => ["yank", "co argm"],
        'Y' => ["yank line", "co"],