Tim Pope
Tim Pope
That Bazel link is a 404, but regardless, if you can provide a way to detect a Bazel project, and a command to run to retrieve the classpath, gluing it...
> This would greatly alleviate startuptime costs when jobs are available, at the penalty of not syncing path with the results until after the job completes. Changing the behavior from...
> Agreed, fair enough. Not sure what the "opt-in async API" should look like—a variable that says "prefer aysnc over sync"? I was thinking exposing a lower level function that...
At the very least `if` is no good; not only is it nonstandard, it's actually a function in some dialects.
`$CLASSPATH` only is pretty worthless, no?
I'm confused what you get out of this patch you wouldn't get out of just disabling classpath.vim entirely.
Well it needs vim-classpath, but more importantly it needs the correct classpath it provides. If you feed it this default, it'll blow up for anything eval related at the very...
I will merge if it's updated.
Haven't looked at the implementation, but Ruby uses `syntax region` for blocks, so I'm not sure what you're asking. You can generally get the correct group by using `zS` from...
I can't reproduce. I used to _want_ it to split the undo up at carriage returns, so I made sure that if you had added `u` to a `` mapping,...