summaryrefslogtreecommitdiff
path: root/test/test_statusline.vader
AgeCommit message (Collapse)Author
2023-09-08#4454 Clean up root test directory testsw0rp
Combine cases into smaller tests of tests and remove tests we no longer need. Linter tests have been moved to where they should be.
2019-01-27Extend statusline interface (#2240)petpetpetpet
* Extended statusline.vim to provide an efficient way to access the first errors,warnings,stylerrors,stylewarnings,etc from the loclist. * Added documentation and help for the new API function.
2018-07-04Remove deprecated code for the 2.0 releasev2.0.0w0rp
2017-10-03Fix typosrhysd
2017-08-22#653 - Always set loclist or quickfix in a timer callback, which prevents ↵w0rp
errors E924, E925, and E926
2017-08-13#653 Filter items based on the buffer number for problem countsw0rp
2017-05-21Fix counting of warnings and style warningsw0rp
2017-05-21#149 - Support info and style problem types for status linesw0rp
2016-10-24Merge everything into the one global map.w0rp
2016-10-23#107 Stop jobs when buffers closew0rp
2016-10-22Clean up some test filenames and extraneous codeBjorn Neergaard