diff options
| author | Patrick José Pereira <patrickelectric@gmail.com> | 2016-12-30 10:34:16 -0200 | 
|---|---|---|
| committer | Patrick José Pereira <patrickelectric@gmail.com> | 2016-12-30 10:34:16 -0200 | 
| commit | cedc4fce88fa6ca1f2f1e69b7aea0f983ded60c5 (patch) | |
| tree | 5e3d52f2ee5e8b54ee40321dd9c2ed1fba1a2207 /lib | |
| parent | 97c03841691021f916c46b2fd2d089d7970400aa (diff) | |
| download | zsh-cedc4fce88fa6ca1f2f1e69b7aea0f983ded60c5.tar.gz zsh-cedc4fce88fa6ca1f2f1e69b7aea0f983ded60c5.tar.bz2 zsh-cedc4fce88fa6ca1f2f1e69b7aea0f983ded60c5.zip | |
 'lib/completion.zsh: Solve typos'
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/completion.zsh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/completion.zsh b/lib/completion.zsh index bbd021656..a1e934315 100644 --- a/lib/completion.zsh +++ b/lib/completion.zsh @@ -5,7 +5,7 @@ WORDCHARS=''  unsetopt menu_complete   # do not autoselect the first completion entry  unsetopt flowcontrol -setopt auto_menu         # show completion menu on succesive tab press +setopt auto_menu         # show completion menu on successive tab press  setopt complete_in_word  setopt always_to_end | 
