mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
patch 7.4.1181
Problem: free_tv() can't handle special variables. (Damien) Solution: Add the variable type.
This commit is contained in:
@@ -21608,6 +21608,7 @@ free_tv(varp)
|
||||
case VAR_FLOAT:
|
||||
#endif
|
||||
case VAR_UNKNOWN:
|
||||
case VAR_SPECIAL:
|
||||
break;
|
||||
default:
|
||||
EMSG2(_(e_intern2), "free_tv()");
|
||||
|
Reference in New Issue
Block a user