You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then use mru to open a file that already has some text in it and do i<cr>, it doesn't print "changed". The event is only triggered on the second <cr>.
Without mru, on the other hand, "changed" is printed as soon as I open the file, even if I don't do anything.
The text was updated successfully, but these errors were encountered:
If I add this to my
.vimrc
:Then use mru to open a file that already has some text in it and do
i<cr>
, it doesn't print "changed". The event is only triggered on the second<cr>
.Without mru, on the other hand, "changed" is printed as soon as I open the file, even if I don't do anything.
The text was updated successfully, but these errors were encountered: