vim-python/python-syntax

[Question] What make different between python.vim from lastest vim8 with one from python-syntax?

Opened this issue · 3 comments

I don't understand VimL well, so what the different? Why don't just adapt this plugin to python.vim of vim8?

nfnty commented

I haven't looked into the latest upstream syntax highlighting in a while. Feel free to compare them and report back.

The main difference is the scope of the highlighted features. The one that ships with vim is narrower (more conservative).

Thanks.