hdima / python-syntax

Python syntax highlighting script for Vim
http://www.vim.org/scripts/script.php?script_id=790
MIT License
364 stars 109 forks source link

exec is a function under Python3, not a statement #50

Open anntzer opened 8 years ago

anntzer commented 8 years ago

All's in the title.

purpleP commented 8 years ago

And what does that changes with this highlighting? If you enabled python3 syntax, then It should be highlighted as builtin function.

nfnty commented 7 years ago

This has been fixed over at the fork vim-python/python-syntax.