Daniel Hahler
Daniel Hahler
@absorb-it Are there plans to make it compatible?
@ferricoxide True. It really became a must-have for me. Luckily Thunderbird allows you to "Customize From Address..." manually.
Running into `AssertionError: sorry, but this version only supports 100 named groups` with this approach (except on py35).
@joshmgrant Thanks. I assume it's from https://github.com/amperser/proselint/pull/690/files#diff-a2bedf23c7c2dfe9ca9c71e77c10500cR323, and then they are needed, since they are used to adjust the offset - based on if `\W` or `^` was matched. I've...
Yes, duplicate of https://github.com/masmu/pulseaudio-dlna/issues/342.
> If you can point me to where the repository where htmldjango b:match_words are officially being well maintained, I'll happily remove that block. I could only find the eclim plugin,...
I've improved the current set/state in #7 while I was at it.. :)
FWIW, `b:match_words` might get added to Vim's runtime directly, where apparently also the django.vim vimscript gets used. It should get improved then to be similar to `haml.vim`. But I see...
Just for reference: `'{% *\%(end\)\@!\(\w\+\)\>.\{-}%}:{% *end\1\>.\{-}%}'` appears to work - i.e. the start tag should not start with "end".
Not sure - just came across it when working on a jinja plugin, and came across this issue again. I think ftplugin is fine.