Skip to content

Commit

Permalink
lib: treat _ and - as part of a word
Browse files Browse the repository at this point in the history
Fixes #8743
  • Loading branch information
mcornella committed Sep 4, 2020
1 parent 28ee584 commit 50dc4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/completion.zsh
Original file line number Diff line number Diff line change
@@ -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 50dc4ab

Please sign in to comment.