diff options
Diffstat (limited to 'src/getchar.h')
-rw-r--r-- | src/getchar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getchar.h b/src/getchar.h index d4dcdaf4fb..e53697f29e 100644 --- a/src/getchar.h +++ b/src/getchar.h @@ -74,5 +74,5 @@ char_u *check_map(char_u *keys, int mode, int exact, int ign_mod, int *local_ptr); void init_mappings(void); void add_map(char_u *map, int mode); -/* vim: set ft=c : */ + #endif /* NEOVIM_GETCHAR_H */ |