1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 01:57:59 +01:00

marco code, not fully functional yet

This commit is contained in:
Marco Candrian
2007-12-16 00:45:34 +00:00
parent 1de6096906
commit 8b1b17a84f
3 changed files with 59 additions and 4 deletions

View File

@@ -56,6 +56,8 @@ vimperator.modes = (function () //{{{
ext = " (always)"; break;
case vimperator.modes.MENU: // TODO: desirable?
ext = " (menu)"; break;
case vimperator.modes.RECORDING:
ext = " (recording)"; break;
}
switch (main)
@@ -153,6 +155,7 @@ vimperator.modes = (function () //{{{
ALWAYS_HINT: 1 << 17,
MENU: 1 << 18, // a popupmenu is active
LINE: 1 << 19, // linewise visual mode
RECORDING: 1 << 20,
__iterator__: function ()
{