bug with multiple args to :set where it died

This commit is contained in:
Andrew Gibiansky 2014-01-29 15:31:32 -08:00
parent 3707442a48
commit b23107f40c

View File

@ -441,7 +441,7 @@ evalCommand output (Directive SetDynFlag flags) state =
-- Apply many flags.
flag:manyFlags -> do
firstEval <- evalCommand output (Directive SetDynFlag flags) state
firstEval <- evalCommand output (Directive SetDynFlag flag) state
case evalStatus firstEval of
Failure -> return firstEval
Success -> do