From dc3bac9b6217c6b8e1509316060f7e721989f5c9 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 8 Aug 2017 13:55:41 +0100 Subject: [PATCH] Use global setting for Python highlights --- after/ftplugin/python.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/after/ftplugin/python.vim b/after/ftplugin/python.vim index 3752f50..5e1125d 100644 --- a/after/ftplugin/python.vim +++ b/after/ftplugin/python.vim @@ -24,7 +24,7 @@ setlocal encoding=utf-8 " Set up file format setlocal fileformat=unix -let python_highlight_all=1 +let g:python_highlight_all=1 " Mappings nnoremap K :YcmCompleter GetDoc