diff options
Diffstat (limited to 'src/quickfix.h')
-rw-r--r-- | src/quickfix.h | 2 |
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 */ |