From 9c4e17565bf6dcadd7b6bc4c223e46882f650fce Mon Sep 17 00:00:00 2001 From: anekos Date: Tue, 29 Mar 2011 01:31:04 +0900 Subject: ヒャッハーーーーーーー!! --- happy_hacking_vimperator.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'happy_hacking_vimperator.js') 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 = Happy Happy Vimperator This plugin makes you to True Vimperatorer - 2.5.0 + 2.5.1 anekos - 2.0pre - 2.3 + 3.0 + 3.1 https://github.com/vimpr/vimperator-plugins/raw/master/happy_hacking_vimperator.js new BSD License (Please read the source code comments of this plugin) 修正BSDライセンス (ソースコードのコメントを参照してください) @@ -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; -- cgit v1.2.3