Jeff Tratner
Jeff Tratner
Provide a way to allow explicit overrides of subdependency versions of top level packages in pipfile
I think this is a pretty legit concern btw - I spent about a week upgrading all the little packages inside and outside my company that inaccurately pinned stuff so...
feel free to assign to me :)
@echristopherson sorry I let this slide, I noticed this too. Going to try to pull in tpope's markdown again this weekend (this is really just a few tweaks on top...
ReST syntax appears to do this or might try to dynamically define based on globals or something...
I agree, it would be interesting to do - I'm not sure it's really feasible to do dynamically because of how vim handles syntax highlighting (you'd probably have to dynamically...
I don't think this has changed recently. Could you try trimming down your vimrc and bundles so you just have pathogen, the necessary lines to start pathogen in your vimrc,...
@morganprecision if you're specifying markdown, it's using a `markdown.vim` file somewhere and not this repo's `ghmarkdown.vim`. Maybe the main `markdown.vim` now supports fenced highlighting? (or does solarized add that somehow?)...
also @morganprecision thank you very much for taking the time to narrow it down to such an extent - I really appreciate it! Makes it much easier for me to...
This would definitely be a new feature. As somewhat covered in #14 , doing this dynamically either isn't possible or is beyond what I understand how to do this in...
nested syntax is what I was referring to - but I don't think it's possible to have dynamic nested syntaxes, right?