| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | tests: Migrate legacy test 8. #4179 | Lucas Hoffmann | 2017-02-03 |
| | | | | | | The test produces some "hit enter" prompts and error messages that had to be dealt with by `feed`ing CTRL-L to nvim. | ||
| * | 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. | ||
| * | Deprecate &viminfo and :[rw]v, add &shada and :[rw]sh | ZyX | 2015-10-08 |
| | | |||
| * | Remove superfluous settings from legacy tests. | Julian Mehne | 2014-12-18 |
| | | |||
| * | 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. | |||