Re: ATTENTION message with spurious (still running) warning

2018-08-21 Fir de Conversatie Tony Mechelynck
On Tue, Aug 21, 2018 at 3:57 PM, Bram Moolenaar wrote: > > Tony wrote: > >> If Vim is reloaded after a crash there will usually be one or more >> ATTENTION (E325) messages. This is usually no problem for me as I save >> my work at regular intervals, which means that I can usually delete >> the

Re: ATTENTION message with spurious (still running) warning

2018-08-21 Fir de Conversatie Christian Brabandt
On Di, 21 Aug 2018, Bram Moolenaar wrote: > There is no standard way to get the name of a process from the pid. Yeah, that is also my understanding. However, on a best effort implementation, one could try reading /proc/$PID/status which I think only works on Linux (but is better than

Re: ATTENTION message with spurious (still running) warning

2018-08-21 Fir de Conversatie Bram Moolenaar
Tony wrote: > If Vim is reloaded after a crash there will usually be one or more > ATTENTION (E325) messages. This is usually no problem for me as I save > my work at regular intervals, which means that I can usually delete > the swapfiles left standing after the crash (they will have

ATTENTION message with spurious (still running) warning

2018-08-21 Fir de Conversatie Tony Mechelynck
If Vim is reloaded after a crash there will usually be one or more ATTENTION (E325) messages. This is usually no problem for me as I save my work at regular intervals, which means that I can usually delete the swapfiles left standing after the crash (they will have "modified: no"). However