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:
parent
8b716f5f22
commit
f5288c5895
@ -3766,7 +3766,7 @@ enddef
|
|||||||
if has('python3')
|
if has('python3')
|
||||||
def Test_python3_command()
|
def Test_python3_command()
|
||||||
py3 import vim
|
py3 import vim
|
||||||
py3 vim.command("let g:done = 'yes'")
|
py3 vim.command("g:done = 'yes'")
|
||||||
assert_equal('yes', g:done)
|
assert_equal('yes', g:done)
|
||||||
unlet g:done
|
unlet g:done
|
||||||
enddef
|
enddef
|
||||||
|
@ -750,6 +750,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
4396,
|
||||||
/**/
|
/**/
|
||||||
4395,
|
4395,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user