Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-01 | Add 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-23 | Get tests to pass in Vim 8.1 | w0rp | |
2017-12-19 | Fix the mscs tests on Windows, and use the improved Simplify for all tests ↵v1.7.0 | w0rp | |
instead. | |||
2017-09-11 | Fix some random test issues for Windows | w0rp | |
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-31 | Set 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 |