mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-01-09 12:41:16 +01:00
Problem: RestoreOpts() plugin called too often
Solution: use :defer to have the RestoreOpts() function
called when the function returns automatically
Signed-off-by: Christian Brabandt <cb@256bit.org>