Reverse the order of FakeVim setting pages

Reviewed-by: hjk
This commit is contained in:
Thorbjørn Lindeijer
2010-04-08 16:19:29 +02:00
parent e3cae2b52a
commit a1000e1eec
2 changed files with 2 additions and 3 deletions

View File

@@ -100,8 +100,8 @@ const char * const INSTALL_HANDLER = "TextEditor.FakeVimHandler";
const char * const MINI_BUFFER = "TextEditor.FakeVimMiniBuffer";
const char * const INSTALL_KEY = "Alt+V,Alt+V";
const char * const SETTINGS_CATEGORY = "D.FakeVim";
const char * const SETTINGS_ID = "General";
const char * const SETTINGS_EX_CMDS_ID = "ExCommands";
const char * const SETTINGS_ID = "A.General";
const char * const SETTINGS_EX_CMDS_ID = "B.ExCommands";
const char * const CMD_FILE_NEXT = "FakeVim.SwitchFileNext";
const char * const CMD_FILE_PREV = "FakeVim.SwitchFilePrev";