We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff70cc commit fa9e5abCopy full SHA for fa9e5ab
src/nvim/testdir/test_shift.vim
@@ -108,9 +108,10 @@ func Test_ex_shift_errors()
108
call assert_fails('>!', 'E477:')
109
call assert_fails('<!', 'E477:')
110
111
- throw 'skipped: TODO: '
112
- call assert_fails('2,1>', 'E493:')
113
- call assert_fails('2,1<', 'E493:')
+ " call assert_fails('2,1>', 'E493:')
+ call assert_fails('execute "2,1>"', 'E493:')
+ " call assert_fails('2,1<', 'E493:')
114
+ call assert_fails('execute "2,1<"', 'E493:')
115
endfunc
116
117
" vim: shiftwidth=2 sts=2 expandtab
0 commit comments