diff options
author | anekos | 2010-04-12 17:34:43 +0000 |
---|---|---|
committer | anekos | 2010-04-12 17:34:43 +0000 |
commit | a7decee435dd99cc5095afeae0b09220566b8c27 (patch) | |
tree | 2db428889703823cb4eaa73569a8c6930b4766dd | |
parent | d45d73acb959b8db45bb9137167ac6153632586a (diff) | |
download | vimperator-plugins-a7decee435dd99cc5095afeae0b09220566b8c27.tar.bz2 |
謎の空白削除
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37208 d0d07461-0603-4401-acd4-de1884942a52
-rwxr-xr-x | feedSomeKeys_3.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/feedSomeKeys_3.js b/feedSomeKeys_3.js index d257575..9be4052 100755 --- a/feedSomeKeys_3.js +++ b/feedSomeKeys_3.js @@ -657,7 +657,7 @@ let INFO = <> let result = {}; unmap({filter: name, urls: urls, ignoreUrls: args['-ignoreurls'], result: result}); - liberator.echo(result.matched ? 'Some fmappings were removed.' : 'Not found specifed fmappings.'); + liberator.echo(result.matched ? 'Some fmappings were removed.' : 'Not found specifed fmappings.'); }, { literal: 0, |