From 150dc9021bcf8a03671424142a9ffbfecd516915 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Wed, 2 May 2012 13:09:37 +0000 Subject: 30461, 30462 (tweaked): add missing local for match, mbegin and mend --- Functions/Prompts/promptinit | 1 + 1 file changed, 1 insertion(+) (limited to 'Functions/Prompts') diff --git a/Functions/Prompts/promptinit b/Functions/Prompts/promptinit index 66e73a7a5..edf2d028b 100644 --- a/Functions/Prompts/promptinit +++ b/Functions/Prompts/promptinit @@ -15,6 +15,7 @@ promptinit () { emulate -L zsh setopt extendedglob local ppath='' name theme + local -a match mbegin mend # Autoload all prompt_*_setup functions in fpath for theme in $^fpath/prompt_*_setup(N); do -- cgit 1.4.1