diff options
Diffstat (limited to 'src/fileio.h')
-rw-r--r-- | src/fileio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.h b/src/fileio.h index 0e8cc22e61..301d951bdf 100644 --- a/src/fileio.h +++ b/src/fileio.h @@ -93,5 +93,5 @@ char_u *file_pat_to_reg_pat(char_u *pat, char_u *pat_end, int no_bslash); long read_eintr(int fd, void *buf, size_t bufsize); long write_eintr(int fd, void *buf, size_t bufsize); -/* vim: set ft=c : */ + #endif /* NEOVIM_FILEIO_H */ |