aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test68.in
Commit message (Collapse)AuthorAge
* tests: Migrate legacy test 68.Lucas Hoffmann2016-02-24
|
* Allow most old tests to pass with nocp.Joel Teichroeb2014-12-06
| | | | | test69.in: because 'nocp' sets 'esckeys', add an extra <esc> to avoid 'tm' pause.
* 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.