mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-29 05:21:00 +01:00
40035: Cosmetic fixes for comments and documentation.
Mostly fixes to doubled words.
This commit is contained in:
parent
32daf2a0aa
commit
110ffae9fe
17 changed files with 22 additions and 19 deletions
|
|
@ -105,7 +105,7 @@ if (( long )); then
|
|||
continue
|
||||
else
|
||||
# Still no comment, add the previous options anyway.
|
||||
# Add a ':' after the option anyways, to make the the matching of
|
||||
# Add a ':' after the option anyways, to make the matching of
|
||||
# the options lateron work as intended.
|
||||
# It will be removed again later.
|
||||
lopts+=("${^tmp[@]}":)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue