Home
last modified time | relevance | path

Searched refs:dead (Results 1 – 25 of 30) sorted by relevance

12

/vim-8.2.3635/src/testdir/
H A Dtest_channel.vim561 call assert_equal("dead", info.status)
626 call assert_equal("dead", info.status)
1172 " the job may be done quickly, also accept "dead"
1173 call assert_match('^\%(dead\|run\)$', job_status(job))
1270 " the job may be done quickly, also accept "dead"
1271 call assert_match('^\%(dead\|run\)$', job_status(job))
1289 " the job may be done quickly, also accept "dead"
1309 " the job may be done quickly, also accept "dead"
1351 " the job may be done quickly, also accept "dead"
1355 call assert_equal('dead', g:retdict.ret['exit_cb'])
[all …]
H A Dtest_quotestar.vim122 call WaitForAssert({-> assert_equal("dead", job_status(job))})
124 if job_status(job) != 'dead'
H A Dtest_terminal.vim104 call WaitForAssert({-> assert_equal('dead', job_status(g:job))})
120 call WaitForAssert({-> assert_equal('dead', job_status(g:job))})
198 call WaitForAssert({-> assert_equal("dead", job_status(g:job))})
259 call WaitForAssert({-> assert_equal("dead", job_status(job))})
295 call WaitForAssert({-> assert_equal("dead", job_status(job))})
327 call WaitForAssert({-> assert_equal("dead", job_status(job))})
888 call WaitForAssert({-> assert_equal("dead", job_status(g:job))})
905 call WaitForAssert({-> assert_equal('dead', job_status(g:job))})
1035 call WaitForAssert({-> assert_equal('dead', job_status(g:job))})
1227 call WaitForAssert({-> assert_equal("dead", job_status(job))})
[all …]
H A Dtest_job_fails.vim11 call WaitForAssert({-> assert_equal("dead", job_status(job))})
H A Dtest_clientserver.vim177 call WaitForAssert({-> assert_equal("dead", job_status(job))})
179 if job_status(job) != 'dead'
H A Dtest_messages.vim123 call WaitForAssert({-> assert_equal('dead', job_status(term_getjob(buf)))})
151 call WaitForAssert({-> assert_equal('dead', job_status(term_getjob(buf)))})
H A Dtest_memory_usage.vim72 call WaitFor({-> job_status(self.job) ==# 'dead'})
H A Dtest_terminal2.vim184 call WaitForAssert({-> assert_equal("dead", job_status(job))})
210 call WaitForAssert({-> assert_equal('dead', job_status(term_getjob(buf)))})
H A Dterm_util.vim26 call WaitForAssert({-> assert_equal("dead", job_status(job))})
H A Dshared.vim145 " call WaitForAssert({-> assert_equal("dead", job_status(job)})
H A Dtest_timers.vim413 call WaitFor({-> job_status(job) ==# 'dead'})
H A Dtest_swap.vim434 if job_status(j) ==# 'dead'
H A Dtest_terminal3.vim535 call WaitForAssert({-> assert_equal("dead", job_status(job))})
H A Dtest_mapping.vim436 call WaitFor({-> job_status(job) ==# 'dead'})
H A Dtest_popupwin.vim2759 call WaitForAssert({-> assert_equal("dead", job_status(term_getjob(termbuf)))})
/vim-8.2.3635/runtime/keymap/
H A Daccents.vim1 " Vim Keymap file for latin1 accents through dead characters
/vim-8.2.3635/runtime/macros/life/
H A Dlife.vim24 " dead edges. Email me if you are interested. -Eli-
119 " where <germ> is " " if the current germ is dead, "X" when living.
/vim-8.2.3635/runtime/doc/
H A Dchannel.txt868 "exitval" only valid when "status" is "dead"
875 only valid when "status" is "dead"
962 "dead" job died or was stopped after running
964 On Unix a non-existing command results in "dead" instead of
973 job is now detected to be "dead" the callback will be invoked.
1016 If the status of the job is "dead", the signal will not be
H A Dusr_42.txt359 now dead, unfortunately. So now you might wonder what the meaning of death
H A Dos_win32.txt209 Q. How do I type dead keys on Windows NT?
H A Dmbyte.txt1086 like a dead key. Example: >
H A Dversion8.txt7507 Solution: Remove the dead code.
9222 Problem: Coverity reports dead code.
10279 Problem: Some dead (MSDOS) code remains.
13821 Solution: Remove the dead code.
33548 Problem: Mapping completion contains dead code.
36574 Problem: Coverity found dead code.
42155 Problem: Coverity warning for dead code.
44584 Solution: Remove dead code, adjust test case.
46243 Solution: Remove the dead code.
48014 Solution: Remove the dead code.
[all …]
H A Dversion5.txt4070 - remove 'fix dead key' codes. It was needed since XNFocusWindow was
4480 There was quite a bit of dead code when compiling with minimal features.
5848 Problem: SASC complains about dead assignments and implicit type casts.
5849 Solution: Removed the dead assignments. Added explicit type casts.
/vim-8.2.3635/runtime/syntax/
H A Dpine.vim301 syn keyword pineOption quell-dead-letter-on-cancel
/vim-8.2.3635/src/
H A Duserfunc.c4249 int dead = fp != NULL && (fp->uf_flags & FC_DEAD); in define_function() local
4255 || (!dead && !eap->forceit in define_function()

12