bloznelis / before.nvim

Jump to the last edit in Neovim
MIT License
118 stars 4 forks source link

Jumps back to the line number, not the line itself #14

Open shchemelevev opened 3 months ago

shchemelevev commented 3 months ago

For example, if I edit line number 100 and add a new line at the beginning of the file, the location of the first edit will not be updated. So, I will jump back to line number 100, but I expect to be at line number 101. It means that the plugin sometimes doesn't jump back to the line at the moment, but somewhere near it.