mirror of
https://github.com/neovim/neovim.git
synced 2026-02-11 22:38:48 +00: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.