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

warning when using unsupported version of Neovim #2000

Merged
merged 1 commit into from
Sep 26, 2018

Conversation

bhcleek
Copy link
Collaborator

@bhcleek bhcleek commented Sep 25, 2018

No description provided.

plugin/go.vim Outdated
let l:version = api_info().version
if l:version.major != 0 || l:version.minor != 3 || l:version.minor != 1
let l:unsupported = 1
endif
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can use has('nvim-0.3.1'); I actually created a branch this afternoon but got distracted and didn't make a PR >_<

https://github.com/fatih/vim-go/compare/nvim-version?expand=1

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. That's much easier.

@bhcleek
Copy link
Collaborator Author

bhcleek commented Sep 25, 2018

I just amended the commit. PTAL

@bhcleek bhcleek merged commit 3d8e82e into fatih:master Sep 26, 2018
@bhcleek bhcleek deleted the neovim-warn branch September 26, 2018 14:47
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

Successfully merging this pull request may close these issues.

3 participants