From d84ef5b932d33eb550a9f1ff225f13670834d012 Mon Sep 17 00:00:00 2001 From: Peter Adrichem Date: Sun, 22 Jun 2014 22:01:10 +0200 Subject: [PATCH 1/2] Changed highlight group of pythonCoding and pythonRun to SpecialComment --- syntax/python.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syntax/python.vim b/syntax/python.vim index 8e25a7f..533ff9d 100644 --- a/syntax/python.vim +++ b/syntax/python.vim @@ -493,8 +493,8 @@ if version >= 508 || !exists("did_python_syn_inits") HiLink pythonComment Comment if !s:Enabled("g:python_highlight_file_headers_as_comments") - HiLink pythonCoding Special - HiLink pythonRun Special + HiLink pythonCoding SpecialComment + HiLink pythonRun SpecialComment endif HiLink pythonTodo Todo From b2f1f9dcf70fc6e7843b70c174806d2d74a54b0b Mon Sep 17 00:00:00 2001 From: Peter Adrichem Date: Sat, 5 Jul 2014 09:35:02 +0200 Subject: [PATCH 2/2] aligned option names --- syntax/python.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syntax/python.vim b/syntax/python.vim index 533ff9d..3ab726e 100644 --- a/syntax/python.vim +++ b/syntax/python.vim @@ -63,8 +63,8 @@ " " python_highlight_builtins Highlight builtin functions and " objects -" python_highlight_builtin_objs Highlight builtin objects only -" python_highlight_builtin_funcs Highlight builtin functions only +" python_highlight_builtin_objs Highlight builtin objects only +" python_highlight_builtin_funcs Highlight builtin functions only " python_highlight_exceptions Highlight standard exceptions " python_highlight_string_formatting Highlight % string formatting " python_highlight_string_format Highlight str.format syntax