diff options
Diffstat (limited to 'src/normal.h')
-rw-r--r-- | src/normal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/normal.h b/src/normal.h index 2d4b55138b..e6ccdd1120 100644 --- a/src/normal.h +++ b/src/normal.h @@ -83,5 +83,5 @@ void do_nv_ident(int c1, int c2); int get_visual_text(cmdarg_T *cap, char_u **pp, int *lenp); void start_selection(void); void may_start_select(int c); -/* vim: set ft=c : */ + #endif /* NEOVIM_NORMAL_H */ |