Lines Matching refs:execute

111   let a = execute('syntime report')
114 let a = execute('syntime clear')
120 let a = execute('syntime report')
127 let a = execute('syntime report')
136 let a = execute('syntime report')
151 let a = execute('syntax list')
157 let a = execute('syntax list')
161 let a = execute('syntax list cDefine')
170 let a = execute('syntax list')
175 call assert_equal(exp, split(execute("syntax list"), "\n")[1])
217 call assert_match('case ignore', execute('syntax case'))
220 call assert_match('Foo', execute('syntax'))
222 call assert_match('case match', execute('syntax case'))
223 call assert_notmatch('Foo', execute('syntax'))
231 call assert_match('conceal on', execute('syntax conceal'))
233 call assert_match('conceal off', execute('syntax conceal'))
237 call assert_match('conceal off', execute('syntax conceal'))
244 call assert_match('Bar', execute('syntax'))
245 call assert_notmatch('NotTest', execute('syntax'))
246 call assert_notmatch('Spell', execute('syntax'))
249 let a = execute('hi Foo')
253 call assert_equal(a, execute('hi Foo'))
262 call assert_match('No Syntax items defined', execute('syntax'))
264 call assert_match('tagComment', execute('syntax'))
271 call assert_notmatch('Spell', execute('syntax'))
275 call assert_match('48-57,$,_', execute('syntax iskeyword'))
280 call assert_match('48-57,$,_', execute('syntax iskeyword'))
282 call assert_match('not set', execute('syntax iskeyword'))
285 call assert_match('not set', execute('syntax iskeyword'))
292 call assert_match('Foo', execute('syntax'))
293 call assert_notmatch('NotAdded', execute('highlight'))
297 call assert_match('Foo', execute('syntax'))
298 call assert_match('Foo', execute('syntax list'))
299 call assert_notmatch('Foo', execute('if 0 | syntax | endif'))
300 call assert_notmatch('Foo', execute('if 0 | syntax list | endif'))
307 call assert_match('Fopi', execute('syntax'))
308 call assert_notmatch('Fopx', execute('syntax'))
312 call assert_match('spell toplevel', execute('syntax spell'))
316 call assert_match('spell toplevel', execute('syntax spell'))
318 call assert_match('spell notoplevel', execute('syntax spell'))
320 call assert_match('spell default', execute('syntax spell'))
326 call assert_notmatch('Spell', execute('syntax'))
335 call assert_match('on C-style comments', execute('syntax sync'))
336 call assert_match('maximal 5 lines', execute('syntax sync'))
341 call assert_notmatch('on C-style comments', execute('syntax sync'))
343 call assert_match('syncing starts at the first line', execute('syntax sync'))
417 call assert_match('SyncHere', execute('syntax sync'))
419 call assert_notmatch('SyncHere', execute('syntax sync'))
426 call assert_match('Foo', execute('syntax'))
427 call assert_match('Bar', execute('syntax'))
430 call assert_notmatch('Foo', execute('syntax'))
431 call assert_match('Bar', execute('syntax'))
434 call assert_notmatch('Foo', execute('syntax'))
435 call assert_notmatch('Bar', execute('syntax'))
447 call assert_match('W18:', execute('1messages'))
763 call assert_match('from the first line$', execute('syn sync'))