diff options
Diffstat (limited to 'Functions/Misc/getjobs')
-rw-r--r-- | Functions/Misc/getjobs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Misc/getjobs b/Functions/Misc/getjobs index 0ac2972ff..f85ccf5b9 100644 --- a/Functions/Misc/getjobs +++ b/Functions/Misc/getjobs @@ -1,6 +1,6 @@ # Call this from the preexec function like so: # preexec() { -# getjobs "${(z)1}" +# getjobs "${(z)2}" # Use "${(z)1}" prior to zsh-4.0.1 # } setopt localoptions noshwordsplit noksharrays local texts |