aboutsummaryrefslogtreecommitdiff
path: root/src/mbyte.h
diff options
context:
space:
mode:
authorMarco Hinz <mh.codebro@gmail.com>2014-04-25 11:39:16 +0200
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-28 07:48:28 -0300
commitc79ff046a01e905a40a97cb9a6dbfc12a4f2cf53 (patch)
tree4d70a8deb3b2d54c190d41f99afd95d16c2d9261 /src/mbyte.h
parent38ac85da870a05d3e627bd50cbc8698e7b2868d9 (diff)
downloadrneovim-c79ff046a01e905a40a97cb9a6dbfc12a4f2cf53.tar.gz
rneovim-c79ff046a01e905a40a97cb9a6dbfc12a4f2cf53.tar.bz2
rneovim-c79ff046a01e905a40a97cb9a6dbfc12a4f2cf53.zip
Remove useless modelines (pt2)
Diffstat (limited to 'src/mbyte.h')
-rw-r--r--src/mbyte.h2
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 */