smjonas / inc-rename.nvim

Incremental LSP renaming based on Neovim's command-preview feature.
MIT License
637 stars 8 forks source link

start_row out of bounds error in function 'apply_highlights_fn' #32

Closed linrongbin16 closed 1 year ago

linrongbin16 commented 1 year ago

Hi, I'm using inc-rename with dressing, following instructions in README.

Here's the error message when press <CR> to confirm rename:

image
smjonas commented 1 year ago

Thanks for reporting, I made a silly mistake in the previous commit. Fixed now!