Skip to content

Commit

Permalink
Merge pull request rhysd#70 from BertrandSim/patch-1
Browse files Browse the repository at this point in the history
clear highlights after a normal operation
  • Loading branch information
rhysd authored Sep 20, 2022
2 parents 8bffae8 + 02e9871 commit 7c573bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/clever_f.vim
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ function! clever_f#find_with(map) abort
augroup plugin-clever-f-finalizer
autocmd CursorMoved <buffer> call s:maybe_finalize()
autocmd InsertEnter <buffer> call s:finalize()
autocmd TextChanged <buffer> call s:finalize()
augroup END
call s:mark_char_in_current_line(s:previous_map[mode], s:previous_char_num[mode])
endif
Expand Down

0 comments on commit 7c573bb

Please sign in to comment.