summaryrefslogtreecommitdiff
path: root/src/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/structs.h b/src/structs.h
index 737b9f90e..6c92f073f 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -1868,6 +1868,7 @@ typedef struct
char_u *sn_autoload_prefix;
// TRUE for a script used with "import autoload './dirname/script.vim'"
+ // For "../autoload/script.vim" sn_autoload_prefix is also set.
int sn_import_autoload;
# ifdef FEAT_PROFILE