diff options
Diffstat (limited to 'Functions/Zle/narrow-to-region-invisible')
-rw-r--r-- | Functions/Zle/narrow-to-region-invisible | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Zle/narrow-to-region-invisible b/Functions/Zle/narrow-to-region-invisible index d70966b96..312522d07 100644 --- a/Functions/Zle/narrow-to-region-invisible +++ b/Functions/Zle/narrow-to-region-invisible @@ -1,5 +1,5 @@ # As narrow-to-region, but replaces the text outside the editable region # with `...' if it was non-empty. Can be used directly as a widget. -autoload -U narrow-to-region +autoload -Uz narrow-to-region narrow-to-region -p '...' -P '...' -n |