diff options
Diffstat (limited to 'src/mbyte.h')
-rw-r--r-- | src/mbyte.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbyte.h b/src/mbyte.h index d3871eb1b2..4f05a33e3c 100644 --- a/src/mbyte.h +++ b/src/mbyte.h @@ -99,5 +99,5 @@ int convert_input_safe(char_u *ptr, int len, int maxlen, char_u **restp, char_u *string_convert(vimconv_T *vcp, char_u *ptr, int *lenp); char_u *string_convert_ext(vimconv_T *vcp, char_u *ptr, int *lenp, int *unconvlenp); -/* vim: set ft=c : */ + #endif /* NEOVIM_MBYTE_H */ |