diff options
Diffstat (limited to 'src/nvim/ex_eval.h')
-rw-r--r-- | src/nvim/ex_eval.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nvim/ex_eval.h b/src/nvim/ex_eval.h index 1cd0a47d7a..98573c7182 100644 --- a/src/nvim/ex_eval.h +++ b/src/nvim/ex_eval.h @@ -47,8 +47,7 @@ struct msglist { }; // The exception types. -typedef enum -{ +typedef enum { ET_USER, // exception caused by ":throw" command ET_ERROR, // error exception ET_INTERRUPT, // interrupt exception triggered by Ctrl-C |