mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
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