Open JelteF opened 8 years ago
Add multiline info to the syntax names this allows to get more useful information from
synIDattr(synID(line("."), col("."), 0), "name")
I need this info for a better version of gq that I'm working on in this pull request: https://github.com/hynek/vim-python-pep8-indent/pull/29
Do you want me to fix the indentation again?
Add multiline info to the syntax names this allows to get more useful information from
I need this info for a better version of gq that I'm working on in this pull request: https://github.com/hynek/vim-python-pep8-indent/pull/29