mirror of
https://github.com/neovim/neovim.git
synced 2026-01-13 07:51:28 +10:00
helpers.source() was a hack to work around the lack of anonymous :source. Its "create tempfile" behavior is not a required part of most tests that use it. Some tests still need the old "create tempfile" behavior either because they test SID behavior, or because of missing nvim_exec features: #16071