diff options
author | Marco Hinz <mh.codebro@gmail.com> | 2014-04-25 11:39:16 +0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-28 07:48:28 -0300 |
commit | c79ff046a01e905a40a97cb9a6dbfc12a4f2cf53 (patch) | |
tree | 4d70a8deb3b2d54c190d41f99afd95d16c2d9261 /src/ex_cmds2.h | |
parent | 38ac85da870a05d3e627bd50cbc8698e7b2868d9 (diff) | |
download | rneovim-c79ff046a01e905a40a97cb9a6dbfc12a4f2cf53.tar.gz rneovim-c79ff046a01e905a40a97cb9a6dbfc12a4f2cf53.tar.bz2 rneovim-c79ff046a01e905a40a97cb9a6dbfc12a4f2cf53.zip |
Remove useless modelines (pt2)
Diffstat (limited to 'src/ex_cmds2.h')
-rw-r--r-- | src/ex_cmds2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_cmds2.h b/src/ex_cmds2.h index eb5ac0547e..732c618eb7 100644 --- a/src/ex_cmds2.h +++ b/src/ex_cmds2.h @@ -93,5 +93,5 @@ void ex_language(exarg_T *eap); void free_locales(void); char_u *get_lang_arg(expand_T *xp, int idx); char_u *get_locales(expand_T *xp, int idx); -/* vim: set ft=c : */ + #endif /* NEOVIM_EX_CMDS2_H */ |