Remove useless modelines (pt2)

This commit is contained in:
Marco Hinz
2014-04-25 11:39:16 +02:00
committed by Thiago de Arruda
parent 38ac85da87
commit c79ff046a0
46 changed files with 35 additions and 46 deletions

View File

@@ -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 */