Hennadii Chernyshchyk
Hennadii Chernyshchyk
It worked, thank you!
> It is not a simply task, which would significantly increase the complexity. Many corner cases need to be handled. Understand. Will you try to implement it in future? It...
Maybe you don't need to chain output of such tasks? `:AsyncTask first second` could works as `:AsyncTask first`, wait for finish, `:AsyncTask second`.
> Some tasks will open a new split/tab, if people are editing in insert mode, opening a new split/tab is really unexpected. But if the user created a task that...
Maybe it would be possible to get parameters from other tasks? It could solve the problem. Something like this can allow to execute build + run and only build: ```ini...
Do you like the idea in general? If yes, I think that is possible to think about simpler syntax.
Okay :) Getting parameters from other tasks is very flexible and generic solution. Maybe would be simpler to add the ability to specify commands that will be concatenated? For example:...
Hm... What if use `:AsyncTask first-task second-task` with concatenation under the hood and disallow user to specify different `output` and `pos` in running tasks? This will have some limitations for...
It also hangs even with the following string: ``` /$ typing every character after this symbols causing small freeze ```
I fixed it in #8. Setting `CursorLineNr` and `CursorLine` is unnecessary.