Lines Matching refs:integer
99 \ 'expected integer but got "x"')
133 call assert_fails('tcl ::vim::option nu x', 'expected integer but got "x"')
225 \ 'expected integer but got "x"')
268 call assert_fails('tcl $win cursor pos', "expected integer but got \"''\"")
272 call assert_fails('tcl $win cursor pos', "expected integer but got \"''\"")
274 call assert_fails("tcl $win cursor '' 2", "expected integer but got \"''\"")
275 call assert_fails("tcl $win cursor 1 ''", "expected integer but got \"''\"")
448 \ 'expected integer but got "abc"')
569 call assert_fails('tcl $::vim::current(buffer) get x', 'expected integer but got "x"')
570 call assert_fails('tcl $::vim::current(buffer) get 1 x', 'expected integer but got "x"')
711 call assert_fails('tcl exit x', 'expected integer but got "x"')