From 67f133def113c44f0106e961883d10d47723959d Mon Sep 17 00:00:00 2001 From: anekos Date: Mon, 8 Dec 2008 11:41:13 +0000 Subject: ooops git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@26122 d0d07461-0603-4401-acd4-de1884942a52 --- happy_hacking_vimperator.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'happy_hacking_vimperator.js') diff --git a/happy_hacking_vimperator.js b/happy_hacking_vimperator.js index 52e09cf..6efeda9 100644 --- a/happy_hacking_vimperator.js +++ b/happy_hacking_vimperator.js @@ -146,8 +146,15 @@ http://creativecommons.org/licenses/by-sa/3.0/ } } + if (liberator.plugins.happy_hacking_vimperator) { + meows.forEach(fuck); + return; + } else { + liberator.plugins.happy_hacking_vimperator = 'Happy Hacking!'; + } + let (opt = options.get('go')) - opt.set(opt.get().replace(/rlb/g, '')); + opt.set(opt.get().replace(/[rlb]/g, '')); around(buffer, 'followLink', function (next) { ignore = true; -- cgit v1.2.3