summaryrefslogtreecommitdiff
path: root/src/vim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vim.h b/src/vim.h
index f418e04c8..9aac6d30d 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -2798,4 +2798,8 @@ long elapsed(DWORD start_tick);
#define VSE_SHELL 1 // escape for a shell command
#define VSE_BUFFER 2 // escape for a ":buffer" command
+// Flags used by find_func_even_dead()
+#define FFED_IS_GLOBAL 1 // "g:" was used
+#define FFED_NO_GLOBAL 2 // only check for script-local functions
+
#endif // VIM__H