mirror of
https://github.com/neovim/neovim.git
synced 2025-11-24 19:20:39 +00:00
Problem: tests: test_winfixbuf is a bit slow
Solution: use defer if possible, reset hidden option, use --not-a-term
when starting Vim using system() (Yegappan Lakshmanan)
closes: vim/vim#14611
4baf908d60
Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>