small bugfix with group that contains zip

This commit is contained in:
Michael Doronin
2016-06-28 21:22:41 +03:00
parent d61f30a605
commit d02b79a8cd

View File

@@ -452,7 +452,7 @@ if s:Enabled("g:python_highlight_builtin_funcs")
syn match pythonBuiltinFunc '\v(\.)@<!\zs<(pow|property|range)>\ze\('
syn match pythonBuiltinFunc '\v(\.)@<!\zs<(repr|reversed|round|setattr)>\ze\('
syn match pythonBuiltinFunc '\v(\.)@<!\zs<(slice|sorted|staticmethod|sum|super)>\ze\('
syn match pythonBuiltinFunc '\v(\.)@<!\zs<(type|vars|zip)>/ze\('
syn match pythonBuiltinFunc '\v(\.)@<!\zs<(type|vars|zip)>\ze\('
endif
"