summaryrefslogtreecommitdiffstats
path: root/src/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/structs.h b/src/structs.h
index 6552939422..d33ddb2543 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -4819,4 +4819,9 @@ typedef struct
// When set by the called function: Stop processing the option further.
// Currently only used for boolean options.
int os_doskip;
+
+ // If the value specified for an option is not valid and the error message
+ // is parameterized, then the "os_errbuf" buffer is used to store the error
+ // message (when it is not NULL).
+ char *os_errbuf;
} optset_T;