diff options
author | teramako | 2008-10-06 14:03:52 +0000 |
---|---|---|
committer | teramako | 2008-10-06 14:03:52 +0000 |
commit | 58cbcc2e27605e20c72e5c397aff6ba796e97ba6 (patch) | |
tree | 4ea143a2ed05f1cd610341761ccd61aa7ac7924c /reading.js | |
parent | 32e5d18b3d0c01036e45ab22bbab1ef0ac7ef216 (diff) | |
download | vimperator-plugins-58cbcc2e27605e20c72e5c397aff6ba796e97ba6.tar.bz2 |
vimp CVS Headに追従(bang[!])の仕様変更に対して)
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@20857 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'reading.js')
-rw-r--r-- | reading.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -131,7 +131,7 @@ liberator.commands.addUserCommand(['reading'], "update Twitter's status to curre }
},
// complete logic is none.
- {}
+ { bang: true }
);
// stuff functions
|