aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/unix.vim
Commit message (Collapse)AuthorAge
* oldtests: Also set `.` as default directories for old testsZyX2015-10-23
|
* encoding: Update handling of encoding in testsBjörn Linse2015-09-08
| | | | | | | Always run tests with encoding=utf-8, regardless of user locale Don't set &encoding after startup in tests Helped-By: Michael Reed <m.reed@mykolab.com>
* 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.