aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/cmdline_highlight_spec.lua
Commit message (Collapse)AuthorAge
...
* functests: Partially uncomment <C-c> testZyX2017-06-28
|
* ex_getln: Call highlight callback inside :tryZyX2017-06-28
|
* functests: Make “stops executing callback” test workZyX2017-06-28
| | | | Needed to be adjusted to use input() (previously relied on side-effects of executing `:cmd`) and dismiss something (hidden “Press ENTER” message?).
* functests: Make tests work with input()ZyX2017-06-27
| | | There are still some issues: specifically, new “pending” test hangs busted.
* functests: Comment out failing testZyX2017-06-27
|
* functests: Abstract away some ways to enter cmdline coloring modeZyX2017-06-27
| | | | Reason: should actually switch to using input() coloring because other coloring variants are eventually going away.
* eval,ex_getln: Add support for coloring input() promptsZyX2017-06-27
|
* ex_getln: Add some more tests, fix some found errorsZyX2017-06-27
|
* functests: Start adding some testsZyX2017-06-27