diff options
Diffstat (limited to 'src/fold.h')
-rw-r--r-- | src/fold.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fold.h b/src/fold.h index baa781645a..5023511e0d 100644 --- a/src/fold.h +++ b/src/fold.h @@ -61,5 +61,5 @@ char_u *get_foldtext(win_T *wp, linenr_T lnum, linenr_T lnume, char_u *buf); void foldtext_cleanup(char_u *str); int put_folds(FILE *fd, win_T *wp); -/* vim: set ft=c : */ + #endif /* NEOVIM_FOLD_H */ |