adriaan

Results 34 comments of adriaan

So, has anyone found a fix for this yet? I've noticed that this behavior is only encountered when staying in Insert Mode, that is, pressing `` or `` at the...

Thanks for the `colorcolumn` tip! In the end, I decided to bite the bullet and just disable _all_ autoformatting. `let g:pandoc_autoformat_enabled = 0` didn't seem to do anything, though, so...

Thanks for the detailed response! That certainly clears up a lot. As I understand it, then, the difference between `external` and `raw` doesn't relate so much to the question of...

Blockwise copying is one of those features that really got me to fall in love with Vim last summer (besides macros, registers, and ex-mode). Really hope to see it ported...

Happy to say this can now be achieved with the new `{% if_filled %}` tag introduced in v.026. Check out the README to see how it works. Note to others...

Found this thread after noticing quote pairs don't work with Python's f-strings. The chain of linked issues led me here. If the following config were valid, f-strings should work with...

Sorry for the wait. Been re-reading your example this week, hoping I'd eventually comprehend what you're trying to accomplish, but I'm afraid my brain isn't having any of it. Nonetheless,...

Alright, noted! @EmilStenstrom, how would you feel if we backtracked on the `if_filled` tag and replaced it with a more composable `is_filled` filter? Both could in principle co-exist, although I'd...

So, I took a stab at implementing an `is_filled` filter the other day. I'd already designed a solution on paper based on some earlier exploring of the Django template internals....

So, this is thread is pretty old. I can't say I understand all the subtleties of commands and registers, so forgive me if I'm restating the obvious here. As a...