Andrew Radev

Results 225 comments of Andrew Radev

Sorry for taking a while to get around to this. While I could see the logic in what you were describing, it took some thinking and inspiration to come up...

The plugin can only work with `:quit` and `ZZ`, and potentially any other keybindings that close a window while triggering the `QuitPre` event. Unfortunately, `tabclose` doesn't do that, so tab...

I'd like to be neovim-compatible, but I have to learn how to do it first. I'll try to read up on the docs, see what I can come up with.

This is significantly more complicated than I expected it to be. I created a branch named [neovim-support](https://github.com/AndrewRadev/quickpeek.vim/tree/neovim-support) that sort of works, but with a lot of issues: - No border...

> `# works like a charm, thanks for your wonderful plugin !` Thank you kindly :) I've pushed fixes to both issues. For the first one, it was something that...

I've put in quite a lot of work in documenting the plugin. Particularly the "customization" and "built-ins" sections in the README (and in the Vim help docs) should be enough...

Sorry to take so long to comment on this. The particular area of the code that has to do with this logic is here: https://github.com/vim-ruby/vim-ruby/blob/53c77ead60140df436c11d86aef5e1a4ef0eba94/indent/ruby.vim#L590-L595 Changing the body of the...

The first case is a bit tricky. I think you're right that most people would use that kind of indenting, but we can't forget that whitespace _is_ significant in that...

@ik5 This issue has been open for ages, and I'm sorry I haven't managed to get around to working on it. *Particularly* these days I'm busy enough that I can't...

Based on what I understand from the code, syntax highlighting for heredocs is a bit funky. After a `