0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 8.2.4396: Python3 test fails

Problem:    Python3 test fails.
Solution:   Remove "let".
This commit is contained in:
Bram Moolenaar 2022-02-15 21:33:29 +00:00
parent 8b716f5f22
commit f5288c5895
2 changed files with 3 additions and 1 deletions

View File

@ -3766,7 +3766,7 @@ enddef
if has('python3')
def Test_python3_command()
py3 import vim
py3 vim.command("let g:done = 'yes'")
py3 vim.command("g:done = 'yes'")
assert_equal('yes', g:done)
unlet g:done
enddef

View File

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