| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | test: Remove references to tiny.vim/small.vim/mbyte.vim | Michael Ennen | 2016-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. | ||
| * | legacy tests: Remove legacy tests for Lua (test85) #2357 | David Bürgin | 2015-04-06 |
| | | |||
| * | legacy tests: Remove legacy tests for MzScheme (test70) | David Bürgin | 2015-04-06 |
| | | |||
| * | Introduce nvim namespace: Move files. | Eliseo Martínez | 2014-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. | |||