From 97650b5dc7734ea187a963cc7e2d42fd3e62da69 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Tue, 1 May 2018 22:00:43 +0100 Subject: [PATCH] quickfix definitions --- vim/colors/base-grey.vim | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/vim/colors/base-grey.vim b/vim/colors/base-grey.vim index 5f21f19..b14536b 100644 --- a/vim/colors/base-grey.vim +++ b/vim/colors/base-grey.vim @@ -402,6 +402,14 @@ hi! def link phpRegion Normal hi! def link phpComparison Operator ""}}} +"" quickfix +""{{{ +hi! def link qfFilename Normal +hi! def link qfLineNr Keyword +hi! def link qfSeparator Normal +hi! def link qfError String +""}}} + """"""""""""""""""""""""""""""""""""""""" " following are to be done """""""""""""""""""""""""""""""""""""""""