aboutsummaryrefslogtreecommitdiffstats
path: root/copy.js
diff options
context:
space:
mode:
authorteramako2008-10-06 13:55:56 +0000
committerteramako2008-10-06 13:55:56 +0000
commit32e5d18b3d0c01036e45ab22bbab1ef0ac7ef216 (patch)
tree038d20524329d8798f498f13a0ccec18906e4f6e /copy.js
parentd874a1e3aee67c86a5057fe1fffcdb134a5fb5a9 (diff)
downloadvimperator-plugins-32e5d18b3d0c01036e45ab22bbab1ef0ac7ef216.tar.bz2
vimp CVS Headに追従(bang[!])の仕様変更に対して)
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@20856 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'copy.js')
-rw-r--r--copy.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/copy.js b/copy.js
index dc4e048..e724efc 100644
--- a/copy.js
+++ b/copy.js
@@ -97,7 +97,8 @@ liberator.commands.addUserCommand(['copy'],'Copy to clipboard',
}
});
return [0, candidates];
- }
+ },
+ bang: true
}
);