From c861b17bbf002129f29e22ab625fd3516ba792a2 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 23 Jan 2017 09:50:57 +0000 Subject: 40391: Add WARN_NESTED_VAR option and functions -W. These are companions to WARN_CREATED_GLOBAL, warning when a variable from an enclosing scope is altered. --- Completion/compinit | 1 + 1 file changed, 1 insertion(+) (limited to 'Completion') diff --git a/Completion/compinit b/Completion/compinit index cc663cb71..eb88a9fb9 100644 --- a/Completion/compinit +++ b/Completion/compinit @@ -157,6 +157,7 @@ _comp_options=( NO_posixidentifiers NO_shwordsplit NO_shglob + NO_warnnestedvar NO_warncreateglobal ) -- cgit 1.4.1