Lines Matching refs:execute
33 call assert_match('\[global\].*testdir$', execute('verbose pwd'))
38 call assert_match('\[window\].*testdir[/\\]Xautodir', execute('verbose pwd'))
42 call assert_match('\[autochdir\].*testdir$', execute('verbose pwd'))
43 execute 'lcd' cwd
44 call assert_match('\[window\].*testdir$', execute('verbose pwd'))
45 execute 'tcd' cwd
46 call assert_match('\[tabpage\].*testdir$', execute('verbose pwd'))
47 execute 'cd' cwd
48 call assert_match('\[global\].*testdir$', execute('verbose pwd'))
50 call assert_match('\[autochdir\].*testdir$', execute('verbose pwd'))
52 call assert_match('\[autochdir\].*testdir[/\\]Xautodir', execute('verbose pwd'))
54 call assert_match('\[autochdir\].*testdir[/\\]Xautodir', execute('verbose pwd'))
56 call assert_match('\[global\].*testdir', execute('verbose pwd'))
58 call assert_match('\[window\].*testdir[/\\]Xautodir', execute('verbose pwd'))