forked from aniani/vim
patch 8.1.0615: get_tv function names are not consistent
Problem: Get_tv function names are not consistent. Solution: Rename to tv_get.
This commit is contained in:
@@ -7566,7 +7566,7 @@ vim_regsub_both(
|
||||
/* fill_submatch_list() was called */
|
||||
clear_submatch_list(&matchList);
|
||||
|
||||
eval_result = get_tv_string_buf_chk(&rettv, buf);
|
||||
eval_result = tv_get_string_buf_chk(&rettv, buf);
|
||||
if (eval_result != NULL)
|
||||
eval_result = vim_strsave(eval_result);
|
||||
clear_tv(&rettv);
|
||||
|
Reference in New Issue
Block a user