forked from aniani/vim
patch 8.2.0128: cannot list options one per line
Problem: Cannot list options one per line. Solution: Use ":set!" to list one option per line.
This commit is contained in:
@@ -3009,7 +3009,7 @@ static struct vimoption options[] =
|
||||
{NULL, NULL, 0, NULL, PV_NONE, {NULL, NULL} SCTX_INIT}
|
||||
};
|
||||
|
||||
#define PARAM_COUNT (sizeof(options) / sizeof(struct vimoption))
|
||||
#define OPTION_COUNT (sizeof(options) / sizeof(struct vimoption))
|
||||
|
||||
// The following is needed to make the gen_opt_test.vim script work.
|
||||
// {"
|
||||
|
Reference in New Issue
Block a user