remove debugging logic that writes to /tmp/ok2
This commit is contained in:
parent
26a7f99add
commit
186e240a63
1 changed files with 0 additions and 1 deletions
|
|
@ -56,7 +56,6 @@ history-substring-search-begin() {
|
||||||
( ${WIDGET/forward/backward} = ${LASTWIDGET/forward/backward}) ) ]]; then
|
( ${WIDGET/forward/backward} = ${LASTWIDGET/forward/backward}) ) ]]; then
|
||||||
# set the type of highlighting
|
# set the type of highlighting
|
||||||
F_search=${BUFFER//(#m)[\][()\\*?#<>~^]/\\$MATCH}
|
F_search=${BUFFER//(#m)[\][()\\*?#<>~^]/\\$MATCH}
|
||||||
echo $WIDGET >> /tmp/ok2
|
|
||||||
# $BUFFER contains the text that is in the command-line currently.
|
# $BUFFER contains the text that is in the command-line currently.
|
||||||
# we put an extra "\\" before meta characters such as "\(" and "\)",
|
# we put an extra "\\" before meta characters such as "\(" and "\)",
|
||||||
# so that they become "\\\|" and "\\\("
|
# so that they become "\\\|" and "\\\("
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue