mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-12-17 21:31:35 +01:00
github #82: Fix typos
This commit is contained in:
parent
c7f4634549
commit
356dcb20ce
21 changed files with 37 additions and 26 deletions
|
|
@ -40,7 +40,7 @@ if (( $4 )); then
|
|||
# append offsets and computed replacement to the array
|
||||
# we need to perform the evaluation in a scalar assignment so that if
|
||||
# it generates an array, the elements are converted to string (by
|
||||
# joining with the first chararacter of $IFS as usual)
|
||||
# joining with the first character of $IFS as usual)
|
||||
5=${(e)3}
|
||||
argv+=(${(s: :)ZPCRE_OP} "$5")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue