Lines Matching refs:script
1 " Tests for the Vim script debug commands
10 " Check that the longer lines don't wrap due to the length of the script name
54 " Create a Vim script with some functions
435 \ '->0 script ' .. getcwd() .. '/Xtest2.vim',
444 \ ' 0 script ' .. getcwd() .. '/Xtest2.vim',
453 \ ' 0 script ' .. getcwd() .. '/Xtest2.vim',
462 \ ' 0 script ' .. getcwd() .. '/Xtest2.vim',
471 \ ' 0 script ' .. getcwd() .. '/Xtest2.vim',
480 \ ' 0 script ' .. getcwd() .. '/Xtest2.vim',
489 \ ' 0 script ' .. getcwd() .. '/Xtest2.vim',
498 \ '->0 script ' .. getcwd() .. '/Xtest2.vim',
511 \ '->0 script ' .. getcwd() .. '/Xtest2.vim',
521 \ ' 2 script ' .. getcwd() .. '/Xtest2.vim[9]',
625 \ '->0 script ' .. getcwd() .. '/Xtest2.vim',
635 \ ' 0 script ' .. getcwd() .. '/Xtest2.vim',
645 \ ' 0 script ' .. getcwd() .. '/Xtest2.vim',
655 \ ' 0 script ' .. getcwd() .. '/Xtest2.vim',
665 \ ' 0 script ' .. getcwd() .. '/Xtest2.vim',
675 \ ' 0 script ' .. getcwd() .. '/Xtest2.vim',
685 \ ' 0 script ' .. getcwd() .. '/Xtest2.vim',
696 \ ' 0 script ' .. getcwd() .. '/Xtest2.vim',
706 \ ' 0 script ' .. getcwd() .. '/Xtest2.vim',
716 \ '->0 script ' .. getcwd() .. '/Xtest2.vim',
730 \ '->0 script ' .. getcwd() .. '/Xtest2.vim',
741 \ ' 2 script ' .. getcwd() .. '/Xtest2.vim[9]',
942 \ '\V->0 script ' .. getcwd() .. '/Xtest2.vim',
953 \ '\V->0 script ' .. getcwd() .. '/Xtest2.vim',
1215 \ 'command line..script ' .. file1,
1246 \ '\V 1 script ' .. file1 .. '[11]',
1256 \ '\V->1 script ' .. file1 .. '[11]',
1262 " Expression evaluation in the script frame (not the function frame)
1285 \ '\V 1 script ' .. file1 .. '[11]',
1300 \ '\V 2 script ' .. file1 .. '[11]',
1302 \ '\V->0 script ' .. file2,
1307 " Expression evaluation in the script frame file2 (not the function frame)
1327 " Up the stack to the other script context
1332 \ '\V 2 script ' .. file1 .. '[11]',
1334 \ '\V 0 script ' .. file2,
1348 \ '\V->2 script ' .. file1 .. '[11]',
1350 \ '\V 0 script ' .. file2,
1355 " FIXME: Unexpected (wrong script vars are used)
1368 " and then quit the script. This should generate an interrupt.
1396 " and then quit the script. This should generate an interrupt.
1426 " false and then quit the script. This should generate an interrupt.
1453 " Test for setting a breakpoint on a script local function