From 186e240a6368c8074a474dce9d575f98d7c67658 Mon Sep 17 00:00:00 2001 From: "Suraj N. Kurapati" Date: Wed, 25 May 2011 11:19:04 -0700 Subject: [PATCH] remove debugging logic that writes to /tmp/ok2 --- history-substring-search.zsh | 1 - 1 file changed, 1 deletion(-) diff --git a/history-substring-search.zsh b/history-substring-search.zsh index ca8b3bd..c63d9a0 100644 --- a/history-substring-search.zsh +++ b/history-substring-search.zsh @@ -56,7 +56,6 @@ history-substring-search-begin() { ( ${WIDGET/forward/backward} = ${LASTWIDGET/forward/backward}) ) ]]; then # set the type of highlighting F_search=${BUFFER//(#m)[\][()\\*?#<>~^]/\\$MATCH} - echo $WIDGET >> /tmp/ok2 # $BUFFER contains the text that is in the command-line currently. # we put an extra "\\" before meta characters such as "\(" and "\)", # so that they become "\\\|" and "\\\("