Lines Matching refs:wrong

49   call assert_fails('tcl ::vim::beep x', 'wrong # args: should be "::vim::beep"')
90 \ 'wrong # args: should be "::vim::buffer option"')
92 \ 'wrong # args: should be "::vim::buffer bufNumber"')
97 \ 'wrong # args: should be "::vim::buffer exists bufNumber"')
101 \ 'wrong # args: should be "::vim::buffer list "')
136 \ 'wrong # args: should be "::vim::option vimOption ?value?"')
147 \ 'wrong # args: should be "::vim::expr vimExpr"')
165 \ 'wrong # args: should be "::vim::command ?-quiet? exCommand"')
189 \ 'wrong # args: should be "::vim::window option"')
209 \ 'wrong # args: should be "puts ?-nonewline? ?channelId? string"')
223 call assert_fails('tcl $::vim::current(window) height 2 2', 'wrong # args:')
277 call assert_fails('tcl $win cursor 1 1 1', 'wrong # args:')
298 call assert_fails('tcl $w1 buffer x', 'wrong # args:')
340 call assert_fails('tcl $w1 expr', 'wrong # args:')
341 call assert_fails('tcl $w1 expr x x', 'wrong # args:')
379 call assert_fails('tcl $::vim::current(window) delcmd', 'wrong # args')
380 call assert_fails('tcl $::vim::current(window) delcmd x x', 'wrong # args')
397 call assert_fails('tcl $::vim::current(buffer) name x', 'wrong # args:')
409 call assert_fails('tcl $::vim::current(buffer) number x', 'wrong # args:')
426 call assert_fails('tcl $::vim::current(buffer) count x', 'wrong # args:')
427 call assert_fails('tcl $::vim::current(buffer) last x', 'wrong # args:')
445 call assert_fails('tcl $::vim::current(buffer) delete', 'wrong # args:')
446 call assert_fails('tcl $::vim::current(buffer) delete 1 2 3', 'wrong # args:')
493 call assert_fails('tcl $buf append', 'wrong # args:')
494 call assert_fails('tcl $buf append 1 x x', 'wrong # args:')
528 call assert_fails('tcl $::vim::current(buffer) set', 'wrong # args:')
571 call assert_fails('tcl $::vim::current(buffer) get 1 1 1', 'wrong # args:')
590 call assert_fails('tcl $::vim::current(buffer) mark', 'wrong # args:')
613 call assert_fails('tcl $::vim::current(buffer) option', 'wrong # args:')
633 call assert_fails('tcl expr', 'wrong # args:')
649 call assert_fails('tcl $::vim::current(buffer) delcmd', 'wrong # args')
650 call assert_fails('tcl $::vim::current(buffer) delcmd x x', 'wrong # args')
659 call assert_fails('tcl $::vim::current(buffer)', 'wrong # args:')
660 call assert_fails('tcl $::vim::current(window)', 'wrong # args:')
678 call assert_fails('tcl $::vim::current(buffer) windows x', 'wrong # args:')
710 call assert_fails('tcl exit 1 1', 'wrong # args: should be "exit ?returnCode?"')