summaryrefslogtreecommitdiff
path: root/test/test_list_titles.vader
AgeCommit message (Collapse)Author
2022-04-01Add neovim 0.6 to run-tests (#3998)Horacio Sanson
* Update test scripts * Remove neovim 0.3 and 0.4 * Add neovim 0.6.1 Co-authored-by: Horacio Sanson <horacio@allm.inc> Co-authored-by: w0rp <devw0rp@gmail.com>
2018-07-23Get tests to pass in Vim 8.1w0rp
2017-12-19Fix the mscs tests on Windows, and use the improved Simplify for all tests ↵v1.7.0w0rp
instead.
2017-09-11Fix some random test issues for Windowsw0rp
2017-08-19#653 Collect items for quickfix from all buffers, and de-duplicate them. Set ↵w0rp
filename items in quickfix and loclist.
2017-05-31Set qflist/loclist window title properly ... (#588)cs86661
* Update list.vim Set qflist/loclist window title properly ... * Update list.vim 1. Remove redundant code. 2. Get absolute path from 'a:buffer'. * Set the list window titles appropriately for each version of Vim, and add tests