Tim Pope
Tim Pope
The second behavior makes sense. Pressing `$` in visual mode puts the cursor beyond the new line. The first is a bug. Related to that other bug we've been trying...
I like that wording. Maybe append a parenthetical: "e.g., `)` not `(`".
Vim's built-in `dit` fails here as well, so no, probably no fix in the short term.
> A downside is that any future queries will need to be registered in `s:mayset_checks` before usage. Let's fix this. Instead of `s:MaySet()`, let's have a `s:DefaultSet()` that records the...
Does the same thing happen if you `set laststatus=2` in your vimrc? Does it happen if you remove the `if s:MaySet('laststatus')` guard?
I did something vaguely similar in fireplace.vim and it was a huge pain. My advice would be not to activate all of rake.vim; copy `'path'` and `'tags'` only. Something vaguely...
This is covered down below, no? `csw` is a wierd special case of `ysiw` so I certainly don't want to lead with it.
Yeah I don't like the sound of that. After that rbenv-ctags request is ready I'll play with it more myself.
Back when I first wrote surround.vim, Vim 7 was new and Vim 6 was still commonly provided with OS distributions. I strove to make surround.vim strictly backwards compatible (even though...
That sort of stuff is easier said than done. I don't see it happening with the current implementation of surround.vim. My uses of `i_CTRL-G_s` are pretty limited. Most of the...