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

Add minimum vim version requirement to README #1889

Merged
merged 1 commit into from
Jul 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ This plugin adds Go language support for Vim, with the following main features:

## Install

You will need at least version of Vim 7.4.1689 to use this package.

The [**latest stable release**](https://github.com/fatih/vim-go/releases/latest) is the
recommended version to use. If you choose to use the master branch instead,
please do so with caution; it is a _development_ branch.
Expand Down
10 changes: 10 additions & 0 deletions doc/vim-go.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,16 @@ tools developed by the Go community to provide a seamless Vim experience.
==============================================================================
INSTALL *go-install*

You will need at least version of Vim 7.4.1689 to use this package. On OSX, if
you are still using your system version of vim, you can use homebrew to keep
your version of Vim up to do date with the following terminal commands:

>
brew install vim --with-override-system-vi
# if you use macvim you'll need to uninstall then reinstall with an override
brew install macvim --with-override-system-vim
<

The latest stable release, https://github.com/fatih/vim-go/releases/latest, is
the recommended version to use. If you choose to use the master branch
instead, please do so with caution; it is a _development_ branch.
Expand Down