Commit 3f42700c authored by Marc Cornellà's avatar Marc Cornellà
Browse files

Revert "lib: treat _ and - as part of a word"

This reverts commit 50dc4ab3.

The community has spoken:
- https://github.com/ohmyzsh/ohmyzsh/issues/9367
- https://github.com/ohmyzsh/ohmyzsh/issues/8743

Fixes #9367
parent 7d739082
# 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
......
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