From 7cf3fb88d1e094da5b516699a61d5e589c039e8f Mon Sep 17 00:00:00 2001 From: keis Date: Tue, 30 Nov 2010 19:25:34 +0100 Subject: disable odd clear of keycmd was breaking history of prompts, for what I can tell no good reason --- examples/data/plugins/bind.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/data/plugins') diff --git a/examples/data/plugins/bind.py b/examples/data/plugins/bind.py index 5b13476..bf693b3 100644 --- a/examples/data/plugins/bind.py +++ b/examples/data/plugins/bind.py @@ -421,7 +421,8 @@ def match_and_exec(uzbl, bind, depth, keylet, bindlet): if not has_args or on_exec: del uzbl.config['mode'] bindlet.reset() - uzbl.clear_current() + # cleared by keycmd_exec_current, why is this here? breaks history + #uzbl.clear_current() return True -- cgit v1.2.3