keforbes

Results 113 comments of keforbes

> It is commenting blank lines. Blank lines don't get commented in the 'tpope/vim-commentary'. Ok, that's a different question entirely and is a valid enhancement request. The issue you're hitting...

I decided to look into this issue since it also affects SentenceMotion, which I just implemented in #715. I think the defect originates in `SelectTextObjectCommand.execute()`. That method executes the text...

I was looking at modifying things in `SelectTextObjectCommand` because this defect is applicable to all text objects, not just paragraph and sentence. Paragraph and sentence have the most sensible use...

This is a duplicate of #458. I'm not sure if there's a technical limitation which prevented us from implementing that one though.

Ah, my mistake. Thanks for clarifying!

I believe your minor problem with END is due to it being mapped in Eclipse. Strange as it may sound, the `End` and `Home` keys are actually bound to operations...

I can reproduce this but I'm not optimistic that we can fix it. We don't actually track every key press the user makes. For the most part (when inserting text)...

@Meower68, see my comment in #17 and try this again. Hopefully it will work for you now.

@372046933, I think your issue is unrelated to this defect. However, I _can_ reproduce it and it appears to be a legitimate defect. I've filed it as a new defect,...

If I understand you correctly, you performed some action and then when you stopped, Eclipse popped up a code-completion dialog/dropdown/whatever-it's-called. Then when you hit `.` it actually inserted the code-completion...