aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ex_cmds/undojoin_spec.lua
Commit message (Collapse)AuthorAge
* functests: Replace execute with either command or feed_commandZyX2017-04-09
| | | | | | | | | | Hope this will make people using feed_command less likely: this hides bugs. Already found at least two: 1. msgpackparse() will show internal error: hash_add() in case of duplicate keys, though it will still work correctly. Currently silenced. 2. ttimeoutlen was spelled incorrectly, resulting in option not being set when expected. Test was still functioning somehow though. Currently fixed.
* Don't set b_u_curhead in ex_undojoin()Matthew Malcomson2017-01-22
vim-patch:8.0.0205 This provides no benefit, and introduces some bugs.