|
|
|
|
|
by e12e
4341 days ago
|
|
Maybe I'm a bit dense, but when are asynchronous commands a pain point in an editor? I mean, you can run eg a script that forks into the background, right? I'm not sure I really want to do "r! long-running-thing-that-updates-buffer". I can see me wanting to do "! long-running-compile &" (in the background). And I can do that in vim? |
|
I guess the real problem is me saving too often. Others may be trying to run a long make from vim and wanting to continue editing or looking through files.