Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
50dc4ab3
Commit
50dc4ab3
authored
Sep 04, 2020
by
Marc Cornellà
Browse files
lib: treat _ and - as part of a word
Fixes #8743
parent
28ee5846
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/completion.zsh
View file @
50dc4ab3
# 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment