Tom McDonald

Results 36 comments of Tom McDonald

I actually just confirmed that even with a Visual Block selection that starts to the right of the aligned text, those spaces to the left will be squeezed when `g:lion_squeeze_spaces`...

Yeah, this one is tricky because I think other `:autocmd`s from fugitive.vim are involved, so getting the timing right is difficult. Maybe the solution is to get this built into...

Actually, this plugin is sort of a proof-of-concept for [a feature request I opened a long time ago](https://github.com/tpope/vim-fugitive/issues/405). @tpope has a similar feature implemented on a branch, so maybe he...

That's a great idea! I don't think the plugin can support this at the moment. I've been playing around with it, and so far it looks like it's gonna be...

Hey @raveensrk, I'm unable to reproduce this. Can you provide a sample file that I can test it on?

@piersolenski I'm not sure I understand the use case you're describing, and I wonder if it's the same issue as reported here, or perhaps something different. Can you go into...

This would be a pretty easy change. I had chosen to use buffer-local exchanges, but I don't really remember the reasons. Looking at it now, I agree that it would...

I remember the reasons now; not knowing where the buffer is. It could be hidden, or completely deleted. I'll have to think about this more before I implement anything.

That seems like a sensible thing to do. I'll try it out when I get some available time.

A problem that comes to mind is the use of `u` after doing an exchange across two buffers. I hope it's deemed acceptable that only the active buffer will be...