diff options
Diffstat (limited to 'src/ex_eval.h')
-rw-r--r-- | src/ex_eval.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_eval.h b/src/ex_eval.h index 8690247489..4fcf4760ff 100644 --- a/src/ex_eval.h +++ b/src/ex_eval.h @@ -155,5 +155,5 @@ void rewind_conditionals(struct condstack *cstack, int idx, int *cond_level); void ex_endfunction(exarg_T *eap); int has_loop_cmd(char_u *p); -/* vim: set ft=c : */ + #endif /* NEOVIM_EX_EVAL_H */ |