From 5f1ff8e04f173921b0fd4173bded1b22106ecad9 Mon Sep 17 00:00:00 2001 From: secondlife Date: Tue, 3 Mar 2009 16:24:55 +0000 Subject: input からうまく抜けられない場合があったので修正 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@30755 d0d07461-0603-4401-acd4-de1884942a52 --- history-search-backward.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'history-search-backward.js') diff --git a/history-search-backward.js b/history-search-backward.js index 4444812..b3f3678 100644 --- a/history-search-backward.js +++ b/history-search-backward.js @@ -69,9 +69,9 @@ liberator.globalVariables.history_search_backward_map = ['']; commandline.input('bck-i-search: ', function(str) { try { - liberator.echo(liberator.execute(str)); + liberator.execute(str); } catch(e) {}; - this.close(); + modes.pop(); return; }, { completer: function(context) { -- cgit v1.2.3