Skip to content

Commit

Permalink
Revert "lib: treat _ and - as part of a word"
Browse files Browse the repository at this point in the history
This reverts commit 50dc4ab.

The community has spoken:
- #9367
- #8743

Fixes #9367
  • Loading branch information
mcornella committed Oct 21, 2020
1 parent 7d73908 commit 3f42700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 3f42700

Please sign in to comment.