aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_viml.vim
Commit message (Collapse)AuthorAge
* vim-patch:7.4.1179 (#5112)Hirokazu Hata2016-07-25
| | | | | | Problem: test_writefile and test_viml do not delete the tempfile. Solution: Delete the tempfile. (Charles Cooper) Add DeleteTheScript(). https://github.com/vim/vim/commit/f4f79b84a5595c511f6fdbe4e3e1d188d97879a0
* vim-patch:7.4.1281Michael Ennen2016-05-25
| | | | | | | | | Problem: No test for skipping over code that isn't evaluated. Solution: Add a test with code that would fail when not skipped. https://github.com/vim/vim/commit/ea8c219ca852cc8eaf603b1bf475edf95e2850cf Also add Test 91 from 7.4.1157 to test_viml.vim.
* 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.