Lines Matching refs:source
3 source shared.vim
4 source screendump.vim
5 source check.vim
337 call RunDbgCmd(buf, ':source Xtest.vim', ['line 2: let var2 = 20'])
380 source Xtest2.vim
419 call RunDbgCmd(buf, 'step', ['line 1: source Xtest2.vim'])
425 \ 'line 1: source Xtest2.vim'])
427 " Step into the 'source' command. Note that we print the full trace all the
428 " way though the source command.
555 source Xtest2.vim
606 call RunDbgCmd(buf, 'step', ['line 1: source Xtest2.vim'])
614 \ 'line 1: source Xtest2.vim'])
616 " Step into the 'source' command. Note that we print the full trace all the
617 " way though the source command.
810 source Xtest2.vim
874 source Xtest2.vim
927 call RunDbgCmd(buf, 'step', ['line 1: source Xtest2.vim'])
929 " EXEC and then in do_cmdline() before the :source command.
930 call RunDbgCmd(buf, 'step', ['line 1: source Xtest2.vim'])
1184 source Xtest2.vim
1207 " set a breakpoint and source file1.vim
1295 call RunDbgCmd(buf, 'step', [ 'line 4: source Xtest2.vim' ] )