mirror of
https://github.com/neovim/neovim.git
synced 2026-01-28 16:12:01 +10: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