Tim Pope
Tim Pope
I only recently managed to reproduce this myself, and haven't had time to dig in. Something like that script in an after install hook sounds promising. Though implementing it in...
Could someone port it to bash?
Isn't that doing a lot more than the aforementioned gist? Not saying it's wrong, but if it's right then this problem is even more complicated than I realized.
Got a good idea of how to detect this? On Wed, Apr 30, 2014 at 7:46 PM, No GUI [email protected] wrote: > OpenSUSE is an example of such -- lib/...
I'm open to it but probably won't get around to it myself any time soon. One caveat is that dumb `Abolish` global variable is a public interface and would need...
`Abolished()` is for use in `:s/.../\=Abolished()` in the generated substitute command. I feel weird having a global function in an autoload file so I guess rename it to `abolish#Replacement()`. I...
If someone wants to make an attempt at this I'll entertain it. I tried to do something similar for `'runtimepath'` once and vaguely recall issues with the length of the...
Actually you should get `RightHand side`, which is a consequence of the implementation being designed for camelcasing code. I'm not exactly sure where to draw the line here, but regardless...
So the main problem with visual mode is there's not really a good map to use. `c` already means change.
Thanks. This was pretty sloppy on my part.