AsyncCommand icon indicating copy to clipboard operation
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.

Results 4 AsyncCommand issues
Sort by recently updated
recently updated
newest added

# 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...

need-more-info

`: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...

enhancement

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...

bug

Extract the prg determining code (from asynccommand.vim) to a function to make it easier for someone to implement commands like #29.

refactoring