aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test47.ok
Commit message (Collapse)AuthorAge
* vim-patch:7.4.2123lonerover2016-12-22
| | | | | | | Problem: No new style test for diff mode. Solution: Add a test. Check that folds are in sync. https://github.com/vim/vim/commit/42093c0ec52e6ff29e80aae65ac6a744c7de79bb
* vim-patch:7.4.769Jurica Bradaric2016-02-09
| | | | | | | Problem: Behavior of :diffoff is not tested. Solution: Add a bit of testing. (Olaf Dabrunz) https://github.com/vim/vim/commit/2693ca21cee8a729d74682fd86a4818f2b050228
* 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.