From 740abae00d9b0432ded2d4d51fcaba028b35d61f Mon Sep 17 00:00:00 2001 From: anekos Date: Sun, 14 Dec 2008 14:58:29 +0000 Subject: Fix a typo. git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@26692 d0d07461-0603-4401-acd4-de1884942a52 --- localkeymode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'localkeymode.js') diff --git a/localkeymode.js b/localkeymode.js index 55a7b66..cf9bf7c 100644 --- a/localkeymode.js +++ b/localkeymode.js @@ -163,7 +163,7 @@ liberator.plugins.LocalKeyMode = (function() { if (typeof command != 'function'){ let cmdName = command; if (command.charAt(0) == ':') - command = extra.noremap ? function () commandline.open("", cmdName, modex.EX) + command = extra.noremap ? function () commandline.open("", cmdName, modes.EX) : function () liberator.execute(cmdName); else command = function () feedKeys( command, extra.noremap, true); -- cgit v1.2.3