Michael Brown
Michael Brown
It shouldn't really be there at all. Earlier versions of the plugin relied on matchit but it was replaced with searchpair calls. I made the original b:match_words patch for the...
Cheers. To be honest though, it suffers from the same problem my version does in that you explicitly need to define keywords when all you really want to do is...
hey thanks that's cool to know.. only took 5 years to figure it out. Should b:matchit_words be defined here still? I haven't kept track of the official filetype code. On...
Thanks, it'll be somewhere in the searchpair/searchpairpos expressions starting here... https://github.com/mjbrownie/django-template-textobjects/blob/master/after/ftplugin/htmldjango/template_textobjects.vim#L72 ":he searchpair" mentions this which might be a fix. ``` When searching backwards and {end} is more than one...
Thanks. Again If you have time to set this up as a pull request (rather than copying it in the ticket) I'd appreciate it. Otherwise I'll get to it when...
Sure I see your work has diverged on your fork. Don't worry if it is too difficult, but a method would be to publish a compatible branch on your forked...
I was very lazy when creating the s:load_libs section. There are whole functions that only need to be loaded on the initial use of the complete that are being reinitialised...
Great Thanks for that.
This is great! thanks. I hadn't looked in to py3 compatibility out of concern it would be too hard. If possible can you outline your vim setup (version/ os /...
Thanks it seems to be more general than that. eg. with "|" as the cursor ``` foo | yes ``` will trigger the same effect. I'm not sure if this...