| /vim-8.2.3635/src/testdir/ |
| H A D | test_terminal.vim | 31 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 D | test_terminal2.vim | 292 " 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 D | test_signals.vim | 145 call WaitForAssert({-> assert_equal("finished", term_getstatus(buf))})
|
| H A D | test_trycatch.vim | 2031 \ '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 D | term_util.vim | 151 call WaitForAssert({-> assert_equal("finished", term_getstatus(a:buf))})
|
| H A D | test_arglist.vim | 559 call WaitForAssert({-> assert_equal("finished", term_getstatus(buf))})
|
| /vim-8.2.3635/src/ |
| H A D | textobject.c | 459 goto finished; in bck_word() 472 finished: in bck_word() 538 goto finished; in end_word() 550 finished: in end_word()
|
| H A D | scriptfile.c | 1261 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 D | os_unix.c | 5171 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 D | README.md | 138 finished. 146 commands has finished. The work is done by `update_screen()`, which calls
|
| H A D | syntax.c | 5759 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 D | ex_eval.c | 1593 ((struct source_cookie *)eap->cookie)->finished = TRUE; in do_throw()
|
| /vim-8.2.3635/src/libvterm/t/ |
| H A D | 03encoding_utf8.test | 47 # + Early restart (another sequence introduction before the previous one was finished)
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | terminal.txt | 318 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 D | usr_01.txt | 157 3. Delete the copied file when you are finished with it:
|
| H A D | usr_31.txt | 213 see that it doesn't work: The mail program thinks that editing is finished,
|
| H A D | recover.txt | 9 You have spent several hours typing in that text that has to be finished
|
| H A D | os_win32.txt | 311 < When it has finished you should see file named "tags" in your current
|
| H A D | os_dos.txt | 66 5. After you finished editing variables, press the "OK" button to save the
|
| H A D | version4.txt | 38 successfully finished, the backup file is deleted. If you want to keep the
|
| H A D | testing.txt | 52 startup has finished.
|
| /vim-8.2.3635/src/po/ |
| H A D | README_mvc.txt | 91 Once you have finished translating the messages you should make sure all
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | spellfile.vim | 89 " We are back the old buffer, remove any (half-finished) download.
|
| /vim-8.2.3635/nsis/lang/ |
| H A D | english.nsi | 27 "Show README after installation finished"
|
| /vim-8.2.3635/.github/workflows/ |
| H A D | ci.yml | 244 # - name: Parallel finished
|