mirror of
https://github.com/neovim/neovim.git
synced 2026-03-11 11:35:44 +00:00
vim-patch:8.2.0559: clearing a struct is verbose
Problem: Clearing a struct is verbose.
Solution: Define and use CLEAR_FIELD() and CLEAR_POINTER().
a80faa8930