Jonathan Samsing
Jonathan Samsing
The only reason I do so is I don't want buffers with finished jobs to be written to disk. Consider the following: - I use the above to find a...
It seems that that has the same problems - I wrote the following script: ``` function! DelCurrentJobBuffer() let buffers = filter(range(1, bufnr('$')), 'buflisted(v:val) && bufname(v:val) =~ "!bash -c"') if !empty(buffers)...
Actually, maybe it would be worth it to lump it into the same feature as `bserase`, and then just call it `instanterase`. I think having the two as separate features...
Branch appears to work pretty nicely!