Merge pull request #16107 from zeertzjq/vim-8.1.1542

vim-patch:8.1.1542,8.2.3549: an OptionSet autocommand does not get enough info
This commit is contained in:
Jan Edmund Lazo
2021-12-06 22:35:05 -05:00
committed by GitHub
6 changed files with 1131 additions and 188 deletions

View File

@@ -138,6 +138,9 @@ typedef enum {
VV_COMPLETED_ITEM,
VV_OPTION_NEW,
VV_OPTION_OLD,
VV_OPTION_OLDLOCAL,
VV_OPTION_OLDGLOBAL,
VV_OPTION_COMMAND,
VV_OPTION_TYPE,
VV_ERRORS,
VV_FALSE,