Add the $AddBlankLines system variable.

This commit is contained in:
Dianne Skoll
2022-10-10 22:49:28 -04:00
parent f9d968cf68
commit 07fd975935
8 changed files with 64 additions and 9 deletions
+1
View File
@@ -776,6 +776,7 @@ typedef struct {
/* All of the system variables sorted alphabetically */
static SysVar SysVarArr[] = {
/* name mod type value min/mal max validate*/
{"AddBlankLines", 1, INT_TYPE, &AddBlankLines, 0, 1, NULL },
{"Ago", 1, STR_TYPE, &DynamicAgo, 0, 0, NULL },
{"Am", 1, STR_TYPE, &DynamicAm, 0, 0, NULL },
{"And", 1, STR_TYPE, &DynamicAnd, 0, 0, NULL },