Andrew Vant
Andrew Vant
Hate to re-open this right after it was closed, but I'm having this issue. vim-surround commit baf89ad, vim-textobj-quote commit 7ce5b32, vim-textobj-user commit 41a675d.
I came to file an issue, found this, and I'm pretty sure it's the same one. Fenced code blocks inside a blockquote break highlighting for the rest of the file....
Seconding this. Having to escape dollar signs is more irritating than it sounds like it should be. I managed to disable the highlighting by deleting [lines 213-225](https://github.com/vim-pandoc/vim-pandoc-syntax/blob/master/syntax/pandoc.vim#L213-L225), but I've no...
I second this request. Use case: I'm loading data from a CSV file, with the intent of writing back and leaving the column order undisturbed. I just don't know enough...
I had a need for this some time back and emailed Scott about it at the time. Since then I've mostly-solved my own problem by monkeypatching bitstring to add a...
I still have a need for this and I want to check it out and give feedback, but I'm booked for the next couple weeks. How long do you expect...
Okay, I had a look. Either something is still wrong, or we have different ideas about correct behavior. I created a couple of Bits objects to test with, like this:...
I just noticed a concise way to define that last part: * Current LSB0 behavior: Bit #N is the bit set by `Bits(uintbe=2**n, ...)` * Expected LSB0 behavior: Bit #N...
Pardon the delay again. We still have a disconnect, but I think I've figured out what it is. I think this part shows that we have very different assumptions about...
I was cleaning up some of my stale PRs and noticed this was still open with no commits to the repo for a year. Is pipreqs not maintained anymore? Has...