diff --git a/src/testdir/test_python3.vim b/src/testdir/test_python3.vim index dd2da400bd..778d83b8e0 100644 --- a/src/testdir/test_python3.vim +++ b/src/testdir/test_python3.vim @@ -381,11 +381,13 @@ func Test_python3_opt_reset_local_to_global() \ ['errorformat', '%f:%l:%m', '%s-%l-%m', ''], \ ['grepprg', 'ggprg', 'lgprg', ''], \ ['makeprg', 'gmprg', 'lmprg', ''], - \ ['balloonexpr', 'gbexpr', 'lbexpr', ''], \ ['cryptmethod', 'blowfish2', 'zip', ''], \ ['lispwords', 'abc', 'xyz', ''], \ ['makeencoding', 'utf-8', 'latin1', ''], \ ['undolevels', 100, 200, -123456]] + if has('balloon_eval') + call add(bopts, ['balloonexpr', 'gbexpr', 'lbexpr', '']) + endif " Set the global and buffer-local option values and then clear the " buffer-local option value. diff --git a/src/version.c b/src/version.c index 999cfde686..e6a048ce0e 100644 --- a/src/version.c +++ b/src/version.c @@ -734,6 +734,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 5032, /**/ 5031, /**/