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

Doesn't work on Yosemite with VIM version 7.3 (needs 7.4) #12

Closed
rraheja opened this issue Jun 8, 2015 · 3 comments
Closed

Doesn't work on Yosemite with VIM version 7.3 (needs 7.4) #12

rraheja opened this issue Jun 8, 2015 · 3 comments

Comments

@rraheja
Copy link

rraheja commented Jun 8, 2015

Doesn't work on Yosemite since it does not match has(mac) but rather has(unix). Changing the OSNAME to mac on has(unix) makes this work but will obviously break unix support.

@JamshedVesuna
Copy link
Owner

What version of Yosemite are you on? I am on 10.10.3 and has('mac') returns 1 for me, which works correctly.

What does :echo has('mac') return for you in vim?

@rraheja
Copy link
Author

rraheja commented Jun 9, 2015

10.10.3. I found the issue. /usr/local/bin/vim is version 7.3 which returns has('mac')=0. VimR and MacVim return 1. I updated the bundled version to 7.4 via brew and it now works as expected. May be worth mentioning in README. Closing issue.

@rraheja rraheja closed this as completed Jun 9, 2015
@rraheja rraheja changed the title Doesn't work on Yosemite Doesn't work on Yosemite with VIM version 7.3 (needs 7.4) Jun 9, 2015
@JamshedVesuna
Copy link
Owner

Thanks for the follow up.

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