Skip to content

Commit

Permalink
Merge pull request #15 from benjaminchristie/master
Browse files Browse the repository at this point in the history
  • Loading branch information
IMOKURI authored Aug 8, 2023
2 parents 13b91be + 4e4ef1d commit b322255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/line_number_interval.vim
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function! line_number_interval#enable() abort

augroup LineNumberInterval
autocmd!
autocmd BufRead,BufNewFile,CursorMoved,CursorMovedI * call line_number_interval#update()
autocmd TextChanged,TextChangedT,BufRead,BufNewFile,CursorMoved,CursorMovedI * call line_number_interval#update()
augroup END

call line_number_interval#update()
Expand Down

0 comments on commit b322255

Please sign in to comment.