vim-autoread icon indicating copy to clipboard operation
vim-autoread copied to clipboard

Make clear what trigger the update

Open MartinDelille opened this issue 7 years ago • 1 comments

I use your plugin and I don't understand exactly what does effectively trigger the refresh:

Currently I have to move in the file (ie: with the key j) to see the update.

MartinDelille avatar Dec 19 '18 11:12 MartinDelille

As mentioned here, you can add call feedkeys("lh") to trigger a cursor move, thus updating the file.

adriano-pinaffo avatar Apr 25 '20 12:04 adriano-pinaffo