From 68b2748af117b56208f25678c4b465af00dc64c5 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sat, 25 Apr 2020 21:03:34 +0200 Subject: Update --- syntax/python.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syntax/python.vim') diff --git a/syntax/python.vim b/syntax/python.vim index 101dbc2f..b6ea6529 100644 --- a/syntax/python.vim +++ b/syntax/python.vim @@ -58,8 +58,8 @@ endif if s:Enabled('g:python_highlight_builtins') call s:EnableByDefault('g:python_highlight_builtin_objs') - call s:EnableByDefault('g:python_highlight_builtin_funcs') call s:EnableByDefault('g:python_highlight_builtin_types') + call s:EnableByDefault('g:python_highlight_builtin_funcs') endif " -- cgit v1.2.3