aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/file_search.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/file_search.h')
-rw-r--r--src/nvim/file_search.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/file_search.h b/src/nvim/file_search.h
index 13c09a122d..5957fd1f9f 100644
--- a/src/nvim/file_search.h
+++ b/src/nvim/file_search.h
@@ -1,5 +1,5 @@
-#ifndef NEOVIM_FILE_SEARCH_H
-#define NEOVIM_FILE_SEARCH_H
+#ifndef NVIM_FILE_SEARCH_H
+#define NVIM_FILE_SEARCH_H
void *vim_findfile_init(char_u *path, char_u *filename, char_u *
stopdirs, int level, int free_visited,
@@ -20,4 +20,4 @@ char_u *find_file_in_path_option(char_u *ptr, int len, int options,
int find_what, char_u *rel_fname,
char_u *suffixes);
-#endif /* NEOVIM_FILE_SEARCH_H */
+#endif /* NVIM_FILE_SEARCH_H */