lib: treat _ and - as part of a word

Fixes #8743
master
Marc Cornellà 6 years ago
parent 28ee5846bb
commit 50dc4ab357
  1. 2
      lib/completion.zsh

@ -1,7 +1,7 @@
# fixme - the load process here seems a bit bizarre
zmodload -i zsh/complist
WORDCHARS=''
WORDCHARS='_-'
unsetopt menu_complete # do not autoselect the first completion entry
unsetopt flowcontrol

Loading…
Cancel
Save