aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test30.ok
Commit message (Collapse)AuthorAge
* tests: Migrate legacy test 30.Lucas Hoffmann2016-05-23
| | | | | The original test did also create additional auxiliary files which where never used. They are not created any longer.
* vim-patch:7.4.643watiko2016-02-03
| | | | | | | Problem: Using the default file format for Mac files. (Issue 77) Solution: Reset the try_mac counter in the right place. (Oswald) https://github.com/vim/vim/commit/c6b7217ff502b8fc28d6c861d25c1943e30973ad
* 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.