mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-05 11:01:13 +02:00
Update a comment.
This commit is contained in:
parent
5c380d5ede
commit
a8e2e327d1
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Call this from the preexec function like so:
|
# Call this from the preexec function like so:
|
||||||
# preexec() {
|
# preexec() {
|
||||||
# getjobs "${(z)1}"
|
# getjobs "${(z)2}" # Use "${(z)1}" prior to zsh-4.0.1
|
||||||
# }
|
# }
|
||||||
setopt localoptions noshwordsplit noksharrays
|
setopt localoptions noshwordsplit noksharrays
|
||||||
local texts
|
local texts
|
||||||
|
|
Loading…
Reference in a new issue