aboutsummaryrefslogtreecommitdiff
path: root/src/quickfix.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/quickfix.h
parent38ac85da870a05d3e627bd50cbc8698e7b2868d9 (diff)
downloadrneovim-c79ff046a01e905a40a97cb9a6dbfc12a4f2cf53.tar.gz
rneovim-c79ff046a01e905a40a97cb9a6dbfc12a4f2cf53.tar.bz2
rneovim-c79ff046a01e905a40a97cb9a6dbfc12a4f2cf53.zip
Remove useless modelines (pt2)
Diffstat (limited to 'src/quickfix.h')
-rw-r--r--src/quickfix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quickfix.h b/src/quickfix.h
index 71a3a684a0..ae53137ce8 100644
--- a/src/quickfix.h
+++ b/src/quickfix.h
@@ -32,5 +32,5 @@ int set_errorlist(win_T *wp, list_T *list, int action, char_u *title);
void ex_cbuffer(exarg_T *eap);
void ex_cexpr(exarg_T *eap);
void ex_helpgrep(exarg_T *eap);
-/* vim: set ft=c : */
+
#endif /* NEOVIM_QUICKFIX_H */