vim / colorschemes

colorschemes for Vim
279 stars 23 forks source link

New highlight: CurSearch #159

Closed habamax closed 2 years ago

habamax commented 2 years ago

New hl group has just landed: https://github.com/vim/vim/pull/10133

By default it is linked to Search.

vim-cursearch

romainl commented 2 years ago

Hmm… the cursor already made that information clear. Sigh.

habamax commented 2 years ago

Todo: link it to IncSearch for all remakes

lifepillar commented 2 years ago

I see that https://github.com/vim/vim/pull/10133 has not been merged. And defining CurSearch has no effect with the current Vim master. It seems to me that the feature has been dropped. Can you confirm?

lifepillar commented 2 years ago

Aaah, never mind: now I see how it works. Sorry for the fuss.