Michael van der Kamp

Results 71 comments of Michael van der Kamp

While we're at it, another great enhancement would be for the signs to make use of sign groups in order to guarantee that there would never be a logical (if...

Just to be clear, are you thinking: 1. Only ever show the word "Success" or "Failure" 2. Only ever show the exit code 3. On success show only either the...

What's the use case for showing handler and pid information in the title after the process has completed? Programmatically it is used to continue making sure that we uniquely identify...

Okay, that all makes sense, thank you! What do you think of a format like: `(12345/Failure[127])` - Use the title up to `(12345/` to find quickfix lists - While the...

I'm not attached to the exit code, I just thought it would be useful- I don't mind ditching it. > the natural placeholder is `Running`. Haha good call, of course...

Sorry I didn't notice there was a merge conflict! I think I've resolved it correctly (removed the added space before `!` in the call to `echo_truncated` on line 1257 of...

The issue as I see it is that `g:VimuxRunnerIndex` is really only intended for internal use, as a way of consistently tracking the runner pane even if it is moved...

That said, looks like these search strings have been available since tmux 2.2. I think we should not only support them, but use them for the "nearest index" search instead...

Another alternative is to make sure that we consistently highlight the focused line. A lot of the themes will change the background highlighting of the focused line based on some...

Actually what do you think of making all watches "global"? That's usually how I want watches to behave.