about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-22 12:14:37 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-22 12:14:37 +0000
commitfa50c700002bb5904a814004e8435103406dc654 (patch)
treec8baad793b43210f4c7655fc0f088368d67e9cbe /Completion
parent91f40b975f17242cfcdb8b9b2166033b7f02f102 (diff)
downloadzsh-fa50c700002bb5904a814004e8435103406dc654.tar.gz
zsh-fa50c700002bb5904a814004e8435103406dc654.tar.xz
zsh-fa50c700002bb5904a814004e8435103406dc654.zip
fix for clines in suffix (11496)
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Core/_main_complete2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Core/_main_complete b/Completion/Core/_main_complete
index 636098c04..260e5b63f 100644
--- a/Completion/Core/_main_complete
+++ b/Completion/Core/_main_complete
@@ -185,7 +185,7 @@ if [[ $compstate[old_list] = keep || nm -gt 1 ]]; then
       compstate[insert]=unambiguous
     fi
   fi
-
+set -x
   if [[ "$compstate[insert]" = *menu* ]]; then
     if [[ -n "$_menu_style[(r)no-select*]" ]]; then
       unset MENUSELECT