1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-18 02:35:46 +01:00

[+-] support for settings

This commit is contained in:
Martin Stubenschrott
2007-04-18 11:06:35 +00:00
parent 67aa5305e8
commit 415a9119cc
4 changed files with 28 additions and 9 deletions

View File

@@ -26,6 +26,8 @@ the provisions above, a recipient may use your version of this file under
the terms of any one of the MPL, the GPL or the LGPL.
}}} ***** END LICENSE BLOCK *****/
var g_vimperator_version = "0.3";
const MODE_NORMAL = 1;
const MODE_INSERT = 2;
const MODE_VISUAL = 4;