aboutsummaryrefslogtreecommitdiff
path: root/src/search.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/search.h')
-rw-r--r--src/search.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search.h b/src/search.h
index 87e97555ee..d0137dcd78 100644
--- a/src/search.h
+++ b/src/search.h
@@ -48,5 +48,5 @@ void find_pattern_in_path(char_u *ptr, int dir, int len, int whole,
linenr_T end_lnum);
int read_viminfo_search_pattern(vir_T *virp, int force);
void write_viminfo_search_pattern(FILE *fp);
-/* vim: set ft=c : */
+
#endif /* NEOVIM_SEARCH_H */