aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_shift.vim
Commit message (Collapse)AuthorAge
* test/old: ':execute' does not suppress range errorJan Edmund Lazo2021-04-11
| | | | | | | | | :2,1> should trigger backwards range error but it is suppressed for inccomand. :execute "2,1>" does not suppress the error.
* vim-patch:8.1.1841: no test for Ex shift commandsJan Edmund Lazo2021-04-11
Problem: No test for Ex shift commands. Solution: Add a test. (Dominique Pelle, closes vim/vim#4801) https://github.com/vim/vim/commit/d5e3cc11d391f3aa80bf66f91001f11a3a145b43 Comment out some tests because of Neovim inccomand.