Searched refs:dying (Results 1 – 14 of 14) sorted by relevance
249 int dying; // Is vim dying? Then output to terminal member
24 if (gui.in_use && !gui.dying && !gui.starting in ui_write()
2136 gui.dying = TRUE; in prepare_to_exit()
1220 gui.dying = TRUE; in gui_mch_init_check()
1502 gui.dying = TRUE; in gui_mch_early_init_check()1549 gui.dying = TRUE; in gui_mch_init_check()
761 if (gui.in_use && !gui.dying && !gui.starting) in readfile()
398 gui.dying = FALSE; in gui_init_check()
2578 (gui.in_use && !gui.dying && !gui.starting) ? "GUI" : in out_flush()
497 When exiting and v:dying is 2 or more this523 When exiting and v:dying is 2 or more this1254 To detect an abnormal exit use |v:dying|.1255 When v:dying is 2 or more this event is not1265 < To detect an abnormal exit use |v:dying|.1266 When v:dying is 2 or more this event is not
6244 dying-variable eval.txt /*dying-variable*9958 v:dying eval.txt /*v:dying*
1911 *v:dying* *dying-variable*1912 v:dying Normally zero. When a deadly signal is caught it's set to1917 :au VimLeave * if v:dying | echo "\nAAAAaaaarrrggghhhh!!!\n" | endif1918 < Note: if another deadly signal is caught when v:dying is one,
4846 Solution: Add the v:dying variable to allow autocommands to work differently
7248 When Vim is exiting because of a deadly signal, when v:dying is 2 or more,
2980 2157) never-dying