diff options
author | anekos | 2008-12-14 14:58:29 +0000 |
---|---|---|
committer | anekos | 2008-12-14 14:58:29 +0000 |
commit | 740abae00d9b0432ded2d4d51fcaba028b35d61f (patch) | |
tree | abec575030f05444a87962dd72d501229fa03661 /localkeymode.js | |
parent | 817e3a80c5c7e8beecd80336057117a47bdb281d (diff) | |
download | vimperator-plugins-740abae00d9b0432ded2d4d51fcaba028b35d61f.tar.bz2 |
Fix a typo.
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@26692 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'localkeymode.js')
-rw-r--r-- | localkeymode.js | 2 |
1 files changed, 1 insertions, 1 deletions
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); |