aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_perl.vim
Commit message (Collapse)AuthorAge
* vim-patch:8.1.1984: more functions can be used as methodsSean Dewar2021-10-03
| | | | | | | | | Problem: More functions can be used as methods. Solution: Make various functions usable as a method. https://github.com/vim/vim/commit/3f4f3d8e7e6fc0494d00cfb75669a554c8e67c8b test_prompt_buffer.vim already had all the changes, except Test_prompt_garbage_collect().
* vim-patch:8.1.0978: blob not tested with PerlJan Edmund Lazo2020-10-14
| | | | | | | | | | Problem: Blob not tested with Perl. Solution: Add more test coverage. Fixes a crash. (Dominique Pelle, closes vim/vim#4037) https://github.com/vim/vim/commit/2472ae81dff8c30f5d63db8ad2c937deae8be646 This commit is only to match test_perl.vim from Vim 8.1.0978 so that test_perl.vim patches are easier to port.
* import legacy perl interface testsJacques Germishuys2020-09-03