diff options
Diffstat (limited to 'Functions/Zle/predict-on')
-rw-r--r-- | Functions/Zle/predict-on | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Zle/predict-on b/Functions/Zle/predict-on index 33478c0b5..57fe048d5 100644 --- a/Functions/Zle/predict-on +++ b/Functions/Zle/predict-on @@ -15,7 +15,7 @@ # with RETURN, without needing to move the cursor to the end first. # # To use it: -# autoload -U predict-on +# autoload -Uz predict-on # zle -N predict-on # zle -N predict-off # bindkey '...' predict-on |