diff options
Diffstat (limited to 'src/nvim/ex_eval.c')
-rw-r--r-- | src/nvim/ex_eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ex_eval.c b/src/nvim/ex_eval.c index fd41ea1b91..90dfa45c47 100644 --- a/src/nvim/ex_eval.c +++ b/src/nvim/ex_eval.c @@ -223,7 +223,7 @@ bool cause_errthrow(const char *mesg, bool multiline, bool severe, bool *ignore) // catch clause; just finally clauses are executed before the script // is terminated. return false; - } else // NOLINT(readability/braces) + } else #endif { // Prepare the throw of an error exception, so that everything will |