aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_viml.vim
Commit message (Collapse)AuthorAge
* vim-patch:7.4.1113Grzegorz Milka2016-04-19
| | | | | Problem: Using {ns} in variable name does not work. (lilydjwg) Solution: Fix recognizing colon. Add a test.
* vim-patch:7.4.1030KillTheMule2016-04-15
| | | | | | | | | Problem: test49 is still slow. Solution: Move more tests from old to new style. https://github.com/vim/vim/commit/a2cce8630756769b2cefdc28c7290ae9262cddb1 Applied cleanly except for version.c.
* vim-patch:7.4.1001KillTheMule2016-04-15
Problem: test_viml isn't run. Solution: Include change in makefile. https://github.com/vim/vim/commit/f49e240c2def978247fa457aa105bb3024413f7d Applied cleanly except for version.c. Needs to be added to the build system.