diff options
Diffstat (limited to 'src/edit.h')
-rw-r--r-- | src/edit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/edit.h b/src/edit.h index e52bfa61d6..193938dfa3 100644 --- a/src/edit.h +++ b/src/edit.h @@ -56,5 +56,5 @@ int hkmap(int c); void ins_scroll(void); void ins_horscroll(void); int ins_copychar(linenr_T lnum); -/* vim: set ft=c : */ + #endif /* NEOVIM_EDIT_H */ |