diff options
Diffstat (limited to 'Functions/Zle/incarg')
-rw-r--r-- | Functions/Zle/incarg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Zle/incarg b/Functions/Zle/incarg index c4b05d01f..cff0cfe4c 100644 --- a/Functions/Zle/incarg +++ b/Functions/Zle/incarg @@ -1,6 +1,6 @@ # Shell function to increment an integer either under the cursor or just # to the left of it. Use -# autoload -U incarg +# autoload -Uz incarg # zle -N incarg # bindkey "..." incarg # to define it. For example, |