From eee2b0b7fa55cd472fb26a99e92e576ab15c6a9d Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sun, 16 Feb 2020 18:29:01 +0100 Subject: [PATCH] just another remains of quote --- src/frontend/parser/complete.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontend/parser/complete.c b/src/frontend/parser/complete.c index 794ae3b3a..7264167b9 100644 --- a/src/frontend/parser/complete.c +++ b/src/frontend/parser/complete.c @@ -91,7 +91,6 @@ cp_ccom(wordlist *wlist, char *buf, bool esc) int j, arg; buf = cp_unquote(copy(buf)); - cp_wstrip(buf); if (wlist) { /* Not the first word. */ cc = getccom(wlist->wl_word); if (cc && cc->cc_invalid)