aboutsummaryrefslogtreecommitdiffstats
path: root/happy_hacking_vimperator.js
diff options
context:
space:
mode:
authoranekos2011-03-29 01:31:04 +0900
committeranekos2011-03-29 01:31:04 +0900
commit9c4e17565bf6dcadd7b6bc4c223e46882f650fce (patch)
treeff594a4d40b096fe6feed0de080bee6151e80331 /happy_hacking_vimperator.js
parent5d1e8f94ac569f3a4a40243bb5323a5b5d040008 (diff)
downloadvimperator-plugins-9c4e17565bf6dcadd7b6bc4c223e46882f650fce.tar.bz2
ヒャッハーーーーーーー!!
Diffstat (limited to 'happy_hacking_vimperator.js')
-rw-r--r--happy_hacking_vimperator.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/happy_hacking_vimperator.js b/happy_hacking_vimperator.js
index d5342b3..efa618b 100644
--- a/happy_hacking_vimperator.js
+++ b/happy_hacking_vimperator.js
@@ -36,10 +36,10 @@ let PLUGIN_INFO =
<VimperatorPlugin>
<name>Happy Happy Vimperator</name>
<description>This plugin makes you to True Vimperatorer</description>
- <version>2.5.0</version>
+ <version>2.5.1</version>
<author mail="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author>
- <minVersion>2.0pre</minVersion>
- <maxVersion>2.3</maxVersion>
+ <minVersion>3.0</minVersion>
+ <maxVersion>3.1</maxVersion>
<updateURL>https://github.com/vimpr/vimperator-plugins/raw/master/happy_hacking_vimperator.js</updateURL>
<license>new BSD License (Please read the source code comments of this plugin)</license>
<license lang="ja">修正BSDライセンス (ソースコードのコメントを参照してください)</license>
@@ -3308,8 +3308,8 @@ let PLUGIN_INFO =
function damn (event)
!/^(script|embed)$/i.test(event.target.tagName);
- let (opt = options.get('go'))
- opt.set(opt.get().replace(/[rlb]+/g, ''));
+ let (opt = options.get('gui'))
+ opt.set('nomenu,nonavigation');
around(buffer, 'followLink', function (next) {
ignore = true;