Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mru skips first TextChanged events? #19

Open
dbmrq opened this issue Aug 1, 2016 · 0 comments
Open

mru skips first TextChanged events? #19

dbmrq opened this issue Aug 1, 2016 · 0 comments

Comments

@dbmrq
Copy link

dbmrq commented Aug 1, 2016

If I add this to my .vimrc:

    au TextChanged,TextChangedI * echo "changed"

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant