Bert Jacobs

Results 113 comments of Bert Jacobs

I meant that the to-end-of-line-behaviour is supposed to be implemented. I think this looks like it should: ![vis_block_toeol](https://cloud.githubusercontent.com/assets/1451362/13456928/b6183402-e065-11e5-9c65-c2be535ba95b.PNG) It's just that it doesn't work 100% correctly when it should, I've...

Maybe keep this one around, I might rename it and keep it open to track my current ideas. The ones you want to watch are #663, the problem I just...

It might not be very obvious, but Vrapper does this already in Eclipse's status bar (normally the lower left of the bar). There's no styling though, and Vrapper doesn't use...

I'll file this as an "Annoyance" then. Do you know of a scenario to reliably reproduce it? I would like to have some test to see the difference before and...

Vim's rules are actually documented if you look up the Help for a command: ``` :[range]s[ubstitute]/{pattern}/{string}/[flags] :se[t] :setg[lobal] :r[ead] :[range]ret[ab][!] ``` The sorting order is documented in what is or...

Ok, maybe I got it backwards. Tab completion does seem to have some different rules, and it even depends a lot on the `wildmode` setting. Trying with `:r` seems to...

I'm just going to mark this as a feature request for now. Thanks for your suggestion.

I think Eclipse is clearing the selection, switching lines and then reselects the moved text in its new location. Vrapper currently has no support for Eclipse actions which change the...

I think we're hitting the same issues as #474 where the textobject implementations lack the necessary context to extend the selection because they don't receive a `Selection` as input.

> I think the issue here is that each selection type (rectangle, linewise, text) has its own inclusive/exclusive behavior. Correct; visual mode knows about inclusive/exclusive whereas visual line mode is...