forked from aniani/vim
updated for version 7.4.611
Problem: Syntax error. Solution: Change statement to return.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user