[Question] What make different between python.vim from lastest vim8 with one from python-syntax?
Opened this issue · 3 comments
Deleted user commented
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.
has2k1 commented
The main difference is the scope of the highlighted features. The one that ships with vim is narrower (more conservative).
Deleted user commented
Thanks.