From c79ff046a01e905a40a97cb9a6dbfc12a4f2cf53 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Fri, 25 Apr 2014 11:39:16 +0200 Subject: Remove useless modelines (pt2) --- src/regexp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/regexp.h') diff --git a/src/regexp.h b/src/regexp.h index f0995946e2..118f066b1c 100644 --- a/src/regexp.h +++ b/src/regexp.h @@ -23,5 +23,5 @@ int vim_regexec_nl(regmatch_T *rmp, char_u *line, colnr_T col); long vim_regexec_multi(regmmatch_T *rmp, win_T *win, buf_T *buf, linenr_T lnum, colnr_T col, proftime_T *tm); -/* vim: set ft=c : */ + #endif /* NEOVIM_REGEXP_H */ -- cgit