aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test100.in
Commit message (Collapse)AuthorAge
* legacy tests: migrate test100Rainer Borene2015-03-11
|
* Replace erroneous ft=unix by ff=unix from 7.4.406Pavel Platto2015-01-21
|
* Remove superfluous settings from legacy tests.Julian Mehne2014-12-18
|
* vim-patch:7.4.470Julian Mehne2014-12-14
| | | | | | | Problem: Test 11 and 100 do not work properly on Windows. Solution: Avoid using feedkeys(). (Ken Takata) https://code.google.com/p/vim/source/detail?r=v7-4-470
* vim-patch:7.4.406Scott Prager2014-10-23
| | | | | | | Problem: Test 72 and 100 fail on MS-Windows. Solution: Set fileformat to unix in the tests. (Taro Muraoka) https://code.google.com/p/vim/source/detail?r=v7-4-406
* vim-patch:7.4.201André Twupack2014-08-15
| | | | | | | Problem: 'lispwords' is a global option. Solution: Make 'lispwords' global-local. (Sung Pae) https://code.google.com/p/vim/source/detail?r=06e5f65c34d8136c3a9d2219429b7eca35cb3a21
* 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.