Tim Pope

Results 748 comments of Tim Pope

Yes, the plan is Vim 8 only, because it greatly opens up possibilities such as live updating the quickfix list. There should be no difference between `:Dispatch` and `:Make`.

I take it that fix doesn't work if you change it to `at the end of sessions`? I'm not too keen on making that sacrifice. Also, I'm not entirely clear...

Circling back to the original post, I'd entertain a PR that added `-count` to `:Copen`.

By the way I'm changing it so you only have to set `g:dispatch_quickfix_height`, because forcing you to set both options to the same value is a waste of everyone's time.

Try with something other than tmux.

The tmux handler is special in that it captures output directly from the pane rather than piping to `tee`. If webpack behaves specially in that case, that could cause the...

I can confirm it works for me with iTerm2 and MacVim. Digging in will involve looking at the AppleScript in `autoload/dispatch/iterm.vim`. You can also work around it by removing `iterm`...

Fixing this would require tweaking the AppleScript in iterm.vim. I looked into incorporating a tmux style `:Dispatch` split early on, and found the APIs (or at least the API documentation)...

What specifically does this enable that can't be accomplished by wrapping `:Start`, `:Make`, or `:Dispatch`?

I think that would be fine, although it's starting to get convoluted.