Skip to content

Commit

Permalink
Fixing incremental search highlighting (issue morhetz#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
morhetz authored and Splinter1984 committed Nov 2, 2023
1 parent e376e3b commit b8b894f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/gruvbox.vim
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ call s:HL('Visual', 'none', 'dark3', 'inverse')
call s:HL('VisualNOS', 'none', 'dark3', 'inverse')

call s:HL('Search', 'dark0', 'yellow')
call s:HL('IncSearch', 'dark0', 'yellow')
call s:HL('IncSearch', 'dark0', g:gruvbox_hls_cursor)

call s:HL('Underlined', 'blue', 'none', 'underline')

Expand Down

0 comments on commit b8b894f

Please sign in to comment.