aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test24.in
Commit message (Collapse)AuthorAge
* vim-patch:8.0.0708: some tests are old styleDaniel Hahler2018-09-08
| | | | | | | | Problem: Some tests are old style. Solution: Change a few tests from old style to new style. (pschuh, closes vim/vim#1813) https://github.com/vim/vim/commit/292eff0c5aacb8531d65509679b6c29eae8dc22a
* Remove superfluous settings from legacy tests.Julian Mehne2014-12-18
|
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15
Move files from src/ to src/nvim/. - src/nvim/ becomes the new root dir for nvim executable sources. - src/libnvim/ is planned to become root dir of the neovim library.