mirror of
https://github.com/neovim/neovim.git
synced 2026-03-23 17:10:52 +00:00
Problem: :unlet $VAR does not work properly.
Solution: Make ":lockvar $VAR" fail. Check the "skip" flag.
7e0868efcf
Include patch 8.2.0601 changes so that ex_unletlock() can execute a callback if there are no errors.