mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.4.278
Problem: list_remove() conflicts with function defined in Sun header file. Solution: Rename the function. (Richard Palo)
This commit is contained in:
@@ -734,7 +734,7 @@ luaV_list_newindex (lua_State *L)
|
||||
if (li == NULL) return 0;
|
||||
if (lua_isnil(L, 3)) /* remove? */
|
||||
{
|
||||
list_remove(l, li, li);
|
||||
vimlist_remove(l, li, li);
|
||||
clear_tv(&li->li_tv);
|
||||
vim_free(li);
|
||||
}
|
||||
|
Reference in New Issue
Block a user