summaryrefslogtreecommitdiffstats
path: root/src/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/globals.h b/src/globals.h
index 46dedaecca..adf8b63f38 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -1183,6 +1183,8 @@ extern char_u *compiled_user;
extern char_u *compiled_sys;
#endif
+EXTERN char_u *homedir INIT(= NULL);
+
// When a window has a local directory, the absolute path of the global
// current directory is stored here (in allocated memory). If the current
// directory is not a local directory, globaldir is NULL.