diff options
Diffstat (limited to 'src/nvim/ex_eval.h')
-rw-r--r-- | src/nvim/ex_eval.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ex_eval.h b/src/nvim/ex_eval.h index d5f8737bf3..2237b6aca3 100644 --- a/src/nvim/ex_eval.h +++ b/src/nvim/ex_eval.h @@ -94,7 +94,7 @@ typedef enum { ET_USER, // exception caused by ":throw" command ET_ERROR, // error exception - ET_INTERRUPT // interrupt exception triggered by Ctrl-C + ET_INTERRUPT, // interrupt exception triggered by Ctrl-C } except_type_T; /* |