aboutsummaryrefslogtreecommitdiff
path: root/src/memfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/memfile.h')
-rw-r--r--src/memfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memfile.h b/src/memfile.h
index 264c08558f..283d7795ca 100644
--- a/src/memfile.h
+++ b/src/memfile.h
@@ -21,5 +21,5 @@ blocknr_T mf_trans_del(memfile_T *mfp, blocknr_T old_nr);
void mf_set_ffname(memfile_T *mfp);
void mf_fullname(memfile_T *mfp);
int mf_need_trans(memfile_T *mfp);
-/* vim: set ft=c : */
+
#endif /* NEOVIM_MEMFILE_H */