diff options
| author | Eitan Adler <lists@eitanadler.com> | 2016-11-28 22:53:24 -0800 |
|---|---|---|
| committer | Peter Stephenson <pws@zsh.org> | 2016-11-29 17:13:52 +0000 |
| commit | 110ffae9fefa1367af4fdcc90a456de23b92436c (patch) | |
| tree | 128741c763d41ab88e6130028507ffdd0c80fc13 /Completion/Zsh/Function | |
| parent | 40026: Fix for completion after redirection. (diff) | |
| download | zsh-110ffae9fefa1367af4fdcc90a456de23b92436c.tar zsh-110ffae9fefa1367af4fdcc90a456de23b92436c.tar.gz zsh-110ffae9fefa1367af4fdcc90a456de23b92436c.tar.bz2 zsh-110ffae9fefa1367af4fdcc90a456de23b92436c.tar.lz zsh-110ffae9fefa1367af4fdcc90a456de23b92436c.tar.xz zsh-110ffae9fefa1367af4fdcc90a456de23b92436c.tar.zst zsh-110ffae9fefa1367af4fdcc90a456de23b92436c.zip | |
40035: Cosmetic fixes for comments and documentation.
Mostly fixes to doubled words.
Diffstat (limited to 'Completion/Zsh/Function')
| -rw-r--r-- | Completion/Zsh/Function/_zargs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Function/_zargs b/Completion/Zsh/Function/_zargs index c24b276f2..f974ab646 100644 --- a/Completion/Zsh/Function/_zargs +++ b/Completion/Zsh/Function/_zargs @@ -4,7 +4,7 @@ local arguments eofstr pos=$((CURRENT)) numeofs=0 ret=1 cmdpos=1 #this doesn't handle '--' on the command line, only -- #it also by extension doesn't handle eofstr being the empty string -#it also also doesn't handle eofstr being -e or --eof, and everything will +#it also doesn't handle eofstr being -e or --eof, and everything will # probably also be confused if the command at the end takes a -e, --eof= or -- eofstr=${${${${words[(r)(--eof=*|-e*)]}#--eof=}#-e}:---} while { |
