diff options
Diffstat (limited to 'src/syntax.h')
-rw-r--r-- | src/syntax.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax.h b/src/syntax.h index 52dfc775db..a2ae4ce4e1 100644 --- a/src/syntax.h +++ b/src/syntax.h @@ -62,5 +62,5 @@ int highlight_changed(void); void set_context_in_highlight_cmd(expand_T *xp, char_u *arg); char_u *get_highlight_name(expand_T *xp, int idx); void free_highlight_fonts(void); -/* vim: set ft=c : */ + #endif /* NEOVIM_SYNTAX_H */ |