Commit 50dc4ab3 authored by Marc Cornellà's avatar Marc Cornellà
Browse files

lib: treat _ and - as part of a word

Fixes #8743
parent 28ee5846
# fixme - the load process here seems a bit bizarre # fixme - the load process here seems a bit bizarre
zmodload -i zsh/complist zmodload -i zsh/complist
WORDCHARS='' WORDCHARS='_-'
unsetopt menu_complete # do not autoselect the first completion entry unsetopt menu_complete # do not autoselect the first completion entry
unsetopt flowcontrol unsetopt flowcontrol
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment