Home
last modified time | relevance | path

Searched refs:finished (Results 1 – 25 of 90) sorted by relevance

1234

/vim-8.2.3635/src/testdir/
H A Dtest_terminal.vim31 call assert_match('%aF[^\n]*finished]', execute('ls'))
32 call assert_match('%aF[^\n]*finished]', execute('ls F'))
33 call assert_notmatch('%[^\n]*finished]', execute('ls R'))
34 call assert_notmatch('%[^\n]*finished]', execute('ls ?'))
36 " closing window wipes out the terminal buffer a with finished job
59 " closing window wipes out the terminal buffer with the finished job
147 call WaitForAssert({-> assert_equal('finished', term_getstatus(buf))})
165 call WaitForAssert({-> assert_equal('finished', term_getstatus(buf))})
167 call assert_match('foo.*finished', execute('ls'))
170 call assert_match('bar.*finished', execute('ls'))
[all …]
H A Dtest_terminal2.vim292 " closing window wipes out the terminal buffer a with finished job
341 call WaitForAssert({-> assert_equal('finished', bnr->term_getstatus())})
432 call WaitForAssert({-> assert_equal('finished', term_getstatus(bnr))})
H A Dtest_signals.vim145 call WaitForAssert({-> assert_equal("finished", term_getstatus(buf))})
H A Dtest_trycatch.vim2031 \ 'Exception finished: Vim(echo):E121: Undefined variable: i']
2051 \ 'Exception finished: xyz']
2069 \ 'Exception finished: abc']
2123 \ 'finished sourcing Xscript',
2147 \ 'Exception finished: abc']
H A Dterm_util.vim151 call WaitForAssert({-> assert_equal("finished", term_getstatus(a:buf))})
H A Dtest_arglist.vim559 call WaitForAssert({-> assert_equal("finished", term_getstatus(buf))})
/vim-8.2.3635/src/
H A Dtextobject.c459 goto finished; in bck_word()
472 finished: in bck_word()
538 goto finished; in end_word()
550 finished: in end_word()
H A Dscriptfile.c1261 cookie.finished = FALSE; in do_source()
1776 if (sp->finished || sp->fp == NULL) in getsourceline()
1982 eap->cookie))->finished = FALSE; in do_finish()
1996 eap->cookie))->finished = TRUE; in do_finish()
2012 fgetline, cookie))->finished); in source_finished()
H A Dos_unix.c5171 goto finished; in mch_call_shell_fork()
5295 finished: in mch_call_shell_fork()
6190 int finished = TRUE; // default is to 'loop' just once in RealWaitForChar() local
6265 finished = FALSE; in RealWaitForChar()
6274 finished = FALSE; in RealWaitForChar()
6297 finished = FALSE; // Try again in RealWaitForChar()
6419 finished = FALSE; in RealWaitForChar()
6432 finished = FALSE; in RealWaitForChar()
6454 finished = FALSE; // keep going if event was only one in RealWaitForChar()
6462 finished = FALSE; // keep going if event was only one in RealWaitForChar()
[all …]
H A DREADME.md138 finished.
146 commands has finished. The work is done by `update_screen()`, which calls
H A Dsyntax.c5759 int finished = FALSE; in syn_cmd_sync() local
5837 finished = TRUE; in syn_cmd_sync()
5854 finished = TRUE; in syn_cmd_sync()
5872 finished = TRUE; in syn_cmd_sync()
5889 finished = TRUE; in syn_cmd_sync()
5897 else if (!finished) in syn_cmd_sync()
H A Dex_eval.c1593 ((struct source_cookie *)eap->cookie)->finished = TRUE; in do_throw()
/vim-8.2.3635/src/libvterm/t/
H A D03encoding_utf8.test47 # + Early restart (another sequence introduction before the previous one was finished)
/vim-8.2.3635/runtime/doc/
H A Dterminal.txt318 When the job has finished and no changes were made to the buffer: closing the
322 be set. This is only possible when the job has finished. At the first change
375 "(Terminal-finished)".
404 If the job in the terminal was finished the window will not be restored.
548 If the job in the terminal already finished an error is given:
678 finished job has finished
680 One of "running" or "finished" is always present.
889 "term_finish" What to do when the job is finished:
H A Dusr_01.txt157 3. Delete the copied file when you are finished with it:
H A Dusr_31.txt213 see that it doesn't work: The mail program thinks that editing is finished,
H A Drecover.txt9 You have spent several hours typing in that text that has to be finished
H A Dos_win32.txt311 < When it has finished you should see file named "tags" in your current
H A Dos_dos.txt66 5. After you finished editing variables, press the "OK" button to save the
H A Dversion4.txt38 successfully finished, the backup file is deleted. If you want to keep the
H A Dtesting.txt52 startup has finished.
/vim-8.2.3635/src/po/
H A DREADME_mvc.txt91 Once you have finished translating the messages you should make sure all
/vim-8.2.3635/runtime/autoload/
H A Dspellfile.vim89 " We are back the old buffer, remove any (half-finished) download.
/vim-8.2.3635/nsis/lang/
H A Denglish.nsi27 "Show README after installation finished"
/vim-8.2.3635/.github/workflows/
H A Dci.yml244 # - name: Parallel finished

1234