mitsuhiko / vim-python-combined

Fork of the python.vim by Dmitry Vasiliev and Neil Schemenauer for 2.x and 3.x.
Other
78 stars 4 forks source link

Why print is not highlited as builtin function? #5

Open cassiobotaro opened 7 years ago

cassiobotaro commented 7 years ago

The rule is that print is not highlighted when print is used as a function, but in py3k print is a builtin function. Why not add print as a bultin function?