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

Stop applying plugin for newer versions of Vim #41

Open
casr opened this issue Aug 15, 2021 · 1 comment
Open

Stop applying plugin for newer versions of Vim #41

casr opened this issue Aug 15, 2021 · 1 comment

Comments

@casr
Copy link

casr commented Aug 15, 2021

I usually just let my plugin manager take care of updating and, unfortunately, I can miss some important updates such as this plugin is no longer necessary if Neovim and Vim are new enough. To be honest, the reason I looked at the repo was because I faced the issue described in #33 .

There can still be utility for this plugin for those users stuck on older versions of Vim.

With that in mind, I'd like to suggest detecting newer versions that natively support focus events and then bail early. Those behind on the times are therefore not negatively impacted and those that need what the plugin provides can happily continue to reap the benefits.

And, lastly, thanks for many years of service!

@lixiaoquan
Copy link

Latest vim and neovim 0.5 can auto reload changed file without this plugin, but I found with this plugin, the refreshing delay is much shorter. I am not sure whether it is caused by some configure but I feel this plugin is still useful.

megalithic added a commit to megalithic/dotfiles that referenced this issue Apr 15, 2022
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

2 participants