From c79ff046a01e905a40a97cb9a6dbfc12a4f2cf53 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Fri, 25 Apr 2014 11:39:16 +0200 Subject: Remove useless modelines (pt2) --- src/syntax.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/syntax.h') 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 */ -- cgit