Lines Matching refs:execute
12 let out = execute('let a b')
16 let out = execute('let {0 == 1 ? "a" : "b"}')
20 let out = execute('let {0 == 1 ? "a" : "b"} a')
24 let out = execute('let a {0 == 1 ? "a" : "b"}')
30 let out = execute('let s')
36 let out = execute('let l')
42 let out = execute('let d')
48 let out = execute('let F')
62 call assert_match("\nTest_Global_Var #5", execute('let g:'))
66 call assert_match("\nb:Test_Buf_Var #8", execute('let b:'))
70 call assert_equal("\nw:Test_Win_Var foo", execute('let w:'))
74 call assert_equal("\nt:Test_Tab_Var bar", execute('let t:'))
78 call assert_match("\ns:Test_Script_Var \\[7]", execute('let s:'))
82 call assert_match("\nl:Test_Local_Var {'k': 5}", execute('let l:'))
83 call assert_match("v:errors []", execute('let v:'))
242 call assert_match('t_te.*^[[yes;', execute("set termcap"))
249 call assert_match('t_k1.*that', execute("set termcap"))