Commit b23107f4 authored by Andrew Gibiansky's avatar Andrew Gibiansky

bug with multiple args to :set where it died

parent 3707442a
...@@ -441,7 +441,7 @@ evalCommand output (Directive SetDynFlag flags) state = ...@@ -441,7 +441,7 @@ evalCommand output (Directive SetDynFlag flags) state =
-- Apply many flags. -- Apply many flags.
flag:manyFlags -> do flag:manyFlags -> do
firstEval <- evalCommand output (Directive SetDynFlag flags) state firstEval <- evalCommand output (Directive SetDynFlag flag) state
case evalStatus firstEval of case evalStatus firstEval of
Failure -> return firstEval Failure -> return firstEval
Success -> do Success -> do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment