diff options
author | Doug Kearns <dougkearns@gmail.com> | 2011-02-01 17:23:24 +1100 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2011-02-01 17:23:24 +1100 |
commit | 6fd731299e5d0e2d7adaafccbda5f1f6afb8f913 (patch) | |
tree | c4a22c29512ab64ef48cac655327cbefb11ac08e /common/locale/en-US | |
parent | df4b9340eb491c10d279abdfac35d1fbcb85b685 (diff) | |
download | pentadactyl-6fd731299e5d0e2d7adaafccbda5f1f6afb8f913.tar.gz |
Rename the [ci]abbrev commands to [ci]abbreviate.
Diffstat (limited to 'common/locale/en-US')
-rw-r--r-- | common/locale/en-US/map.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/common/locale/en-US/map.xml b/common/locale/en-US/map.xml index a6d1dd87..9d3b319f 100644 --- a/common/locale/en-US/map.xml +++ b/common/locale/en-US/map.xml @@ -455,10 +455,10 @@ </item> <item> - <tags>:ca :cabbrev</tags> - <spec>:ca<oa>bbrev</oa> <a>lhs</a> <a>rhs</a></spec> - <spec>:ca<oa>bbrev</oa> <a>lhs</a></spec> - <spec>:ca<oa>bbrev</oa></spec> + <tags>:ca :cabbreviate</tags> + <spec>:ca<oa>bbreviate</oa> <a>lhs</a> <a>rhs</a></spec> + <spec>:ca<oa>bbreviate</oa> <a>lhs</a></spec> + <spec>:ca<oa>bbreviate</oa></spec> <description> <p> Abbreviate a key sequence for Command-line mode. Same as @@ -469,10 +469,10 @@ </item> <item> - <tags>:ia :iabbrev</tags> - <spec>:ia<oa>bbrev</oa> <a>lhs</a> <a>rhs</a></spec> - <spec>:ia<oa>bbrev</oa> <a>lhs</a></spec> - <spec>:ia<oa>bbrev</oa></spec> + <tags>:ia :iabbreviate</tags> + <spec>:ia<oa>bbreviate</oa> <a>lhs</a> <a>rhs</a></spec> + <spec>:ia<oa>bbreviate</oa> <a>lhs</a></spec> + <spec>:ia<oa>bbreviate</oa></spec> <description> <p> Abbreviate a key sequence for Insert mode. Same as @@ -490,8 +490,8 @@ </item> <item> - <tags>:cuna :cunabbrev</tags> - <spec>:cuna<oa>bbrev</oa> <a>lhs</a></spec> + <tags>:cuna :cunabbreviate</tags> + <spec>:cuna<oa>bbreviate</oa> <a>lhs</a></spec> <description> <p> Remove an abbreviation for Command-line mode. Same as @@ -502,8 +502,8 @@ </item> <item> - <tags>:iuna :iunabbrev</tags> - <spec>:iuna<oa>bbrev</oa> <a>lhs</a></spec> + <tags>:iuna :iunabbreviate</tags> + <spec>:iuna<oa>bbreviate</oa> <a>lhs</a></spec> <description> <p> Remove an abbreviation for Insert mode. Same as |