aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test30.in
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.
* test: Remove references to tiny.vim/small.vim/mbyte.vimMichael Ennen2016-05-22
| | | | | | | | Vim creates these scripts in test1 depending on what build features are enabled so that tests that use these features are skiped if necessary. Because Neovim only has one type of build (and the features +eval, +windows, and +multi-byte are enabled in this build) they are not necessary.
* 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
* Remove VMS remnantsMichael Reed2014-12-19
|
* 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.