vim-python / python-syntax

Python syntax highlighting for Vim
MIT License
438 stars 84 forks source link

Fix builtins colouring bug related to a specific set of options set #67

Closed snejus closed 4 years ago

snejus commented 4 years ago

Fixes #66, result:

image

Also, should fix #50 too.

nfnty commented 4 years ago

Thanks!