diff options
Diffstat (limited to 'src/ex_getln.h')
-rw-r--r-- | src/ex_getln.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_getln.h b/src/ex_getln.h index f347201a82..2eece4e940 100644 --- a/src/ex_getln.h +++ b/src/ex_getln.h @@ -65,5 +65,5 @@ void write_viminfo_history(FILE *fp, int merge); void cmd_pchar(int c, int offset); int cmd_gchar(int offset); char_u *script_get(exarg_T *eap, char_u *cmd); -/* vim: set ft=c : */ + #endif /* NEOVIM_EX_GETLN_H */ |