diff options
Diffstat (limited to 'src/memline.h')
-rw-r--r-- | src/memline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memline.h b/src/memline.h index e7636fdc7d..6f68409ba4 100644 --- a/src/memline.h +++ b/src/memline.h @@ -43,5 +43,5 @@ void ml_decrypt_data(memfile_T *mfp, char_u *data, off_t offset, unsigned size); long ml_find_line_or_offset(buf_T *buf, linenr_T lnum, long *offp); void goto_byte(long cnt); -/* vim: set ft=c : */ + #endif /* NEOVIM_MEMLINE_H */ |