diff options
Diffstat (limited to 'src/ex_cmds.h')
-rw-r--r-- | src/ex_cmds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_cmds.h b/src/ex_cmds.h index 8892541ec9..43e8e0cd27 100644 --- a/src/ex_cmds.h +++ b/src/ex_cmds.h @@ -72,5 +72,5 @@ void free_signs(void); char_u *get_sign_name(expand_T *xp, int idx); void set_context_in_sign_cmd(expand_T *xp, char_u *arg); void ex_drop(exarg_T *eap); -/* vim: set ft=c : */ + #endif /* NEOVIM_EX_CMDS_H */ |