Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | functests: Replace execute with either command or feed_command | ZyX | 2017-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. | ||
* | tests: don't ignore highlights in various tests | Björn Linse | 2016-08-14 |
| | |||
* | Add test for :drop | KillTheMule | 2016-07-01 |
Cf. https://github.com/neovim/neovim/pull/4995 |