Pavel Pertsev hace 9 años
padre
commit
85633c514c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      colors/gruvbox.vim

+ 1 - 1
colors/gruvbox.vim

@@ -442,7 +442,7 @@ endif
 
 if version >= 700
   " Screen line that the cursor is
-  call s:HL('CursorLine',   s:none, s:bg1)
+  call s:HL('CursorLine',   s:none, s:red)
   " Screen column that the cursor is
   hi! link CursorColumn CursorLine