1
0
forked from aniani/vim

patch 8.1.0414: v:option_old is cleared when using :set in OptionSet autocmd

Problem:    v:option_old and v:option_new are cleared when using :set in
            OptionSet autocmd. (Gary Johnson)
Solution:   Don't trigger OptionSet recursively.
This commit is contained in:
Bram Moolenaar
2018-09-21 11:59:32 +02:00
parent 933bef779a
commit 3f3fb0b147
2 changed files with 10 additions and 3 deletions

View File

@@ -794,6 +794,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
414,
/**/
413,
/**/