mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.4.611
Problem: Syntax error. Solution: Change statement to return.
This commit is contained in:
parent
016154919e
commit
b641df4965
@ -1652,5 +1652,5 @@ do_py3eval (char_u *str, typval_T *rettv)
|
||||
int
|
||||
set_ref_in_python3 (int copyID)
|
||||
{
|
||||
int set_ref_in_py(copyID);
|
||||
return set_ref_in_py(copyID);
|
||||
}
|
||||
|
@ -741,6 +741,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
611,
|
||||
/**/
|
||||
610,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user