keforbes

Results 113 comments of keforbes

If you disable the fix by setting `:set novisualother` does the problem go away?

@albertdev, what do you think about this Pull Request? Do you think it's still worth merging in?

@McBrainy, I'm curious, why is it that you think this should be a simple feature to add? To me, it looks like it affects a fairly long list of features...

@albertdev, how would you capture the final text? Would you check to see if we're recording when we exit insert mode and if so, capture whatever was entered? For what...

If I run the command `:marks` after running `:retab` I can see the mark `p` is still defined, but its location info has disappeared: ![image](https://user-images.githubusercontent.com/817509/45564421-9c3b0780-b80d-11e8-9021-734b3ea1824a.png) I think the problem is...

@albertdev, feel free to add your thoughts; I think you know more about the `marks` feature than I do. We do have code saying: ``` //add listener so Position automatically...

Sorry it's taken me so long to respond to this. I can understand your use case but I'm not sure how I can programmatically fix it. This optional plugin is...

Huh, that might work. I'll give it a try, thanks!

I took a look at your idea but I don't think it will work. At least, not in every scenario. There is an eclipse command for moving to the previous...

Personally, I think this is the single most annoying thing about Vrapper. It bothers me on a daily basis. However, we haven't found a single workaround for it. The root...