nvim-pack/nvim-spectre

Only highlights the first result of a line

HoNamDuong opened this issue · 4 comments

What do you mean?

Highlights only the first result without highlighting any subsequent results on the same line.

I just ran into the same issue. The problem seems to be that highlighting is always done in lowercase and ignores the case-sensitive option of nvim-spectre:

Case sensitive:
Screenshot_20240117_131128

Non case sensitive:
Screenshot_20240117_131406

switch to use oxi engine for a better hightlight :). the highlight on sed is use vim regex.