Browse Source

just another remains of quote

pre-master-46
Holger Vogt 6 years ago
parent
commit
8ff4c7cd3b
  1. 1
      src/frontend/parser/complete.c

1
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)

Loading…
Cancel
Save