aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_cdo.vim
Commit message (Collapse)AuthorAge
* vim-patch:8.2.0836: not all :cdo output is visible (#18007)zeertzjq2022-04-06
| | | | | | | Problem: Not all :cdo output is visible. Solution: Reset 'shortmess' temporarily. (Yegappan Lakshmanan, closes vim/vim#6155) https://github.com/vim/vim/commit/14798ab9a5ee4b94f6c12f1986207569356acfc8 Cherry pick relevant changes form patches 8.1.1826 and 8.2.0557.
* test(old): add test_cdo.vim and test_packadd.vimzeertzjq2022-02-13
test_cdo.vim is copied from Vim v8.1.1483. test_packadd.vim is copied from Vim v8.2.0174.