1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 09:24:12 +01:00

Normalise mode name references in command/option/mapping descriptions.

--HG--
extra : rebase_source : e1de378b096c1292f237fcf45b1e6f926f7b6471
This commit is contained in:
Doug Kearns
2011-07-21 23:28:23 +10:00
parent 013408017e
commit bf186edf8f
6 changed files with 13 additions and 13 deletions

View File

@@ -375,8 +375,8 @@ var Abbreviations = Module("abbreviations", {
}
addAbbreviationCommands([modes.INSERT, modes.COMMAND_LINE], "", "");
addAbbreviationCommands([modes.INSERT], "i", "insert");
addAbbreviationCommands([modes.COMMAND_LINE], "c", "command line");
addAbbreviationCommands([modes.INSERT], "i", "INSERT");
addAbbreviationCommands([modes.COMMAND_LINE], "c", "COMMAND_LINE");
}
});