mirror of
https://github.com/neovim/neovim.git
synced 2026-01-20 12:11:55 +10:00
:undojoin can only be used inside scripts and command chains. So it has to be tested inside an explicit `source()` call. Also add a new test case for the different behavior when sourceing normal mode commands from a script or inserting them interactively.