AsyncCommand
AsyncCommand copied to clipboard
AsyncCommand allows you to execute shell commands without waiting for them to complete. When the application terminates, its output can be loaded into a vim buffer.
# AsyncCommand/autoload/asynccommand.vim https://github.com/idbrii/AsyncCommand/blob/master/autoload/asynccommand.vim#L91 If extra parantheses are applied (at least on zsh) shell error is returned: `zsh:1: division by zero` I opened this issue to discuss the impact on removing...
`:help quickfix-error-lists` describes how you can navigate between recent quickfix lists with `:colder` and `:newer`. It adds this note: > When adding a new error list, it becomes the current...
On the latest (96d832a), AsyncGrep doesn't end when run on some invalid input. For example, when not terminating your strings: ``` grep \\" % ``` Fails with an error like...
Extract the prg determining code (from asynccommand.vim) to a function to make it easier for someone to implement commands like #29.