From 5f7ba84ce67a9faf74f4cb945d052f9878592506 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sun, 26 Aug 2018 19:14:59 +0100 Subject: [PATCH] Don't highlight cursor line --- .gitignore | 2 ++ colors/fresh.vim | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cddaebc..87e283b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ +local.vim .netrwhist bundle/* +spell/* diff --git a/colors/fresh.vim b/colors/fresh.vim index a3c1641..0955b97 100644 --- a/colors/fresh.vim +++ b/colors/fresh.vim @@ -95,7 +95,7 @@ if has('gui_running') || &t_Co == 256 call s:hi('Cursor', '', '', 'reverse') call s:hi('CursorIM', '', '', '') call s:hi('CursorColumn', '235', '', '') - call s:hi('CursorLine', '', '0', '') + call s:hi('CursorLine', '', '', '') call s:hi('Directory', '', '', '') call s:hi('DiffAdd', '2', '', '') call s:hi('DiffChange', '', '', '')