From a812306d9a5510019a12e7483711402b41350a1d Mon Sep 17 00:00:00 2001 From: Mike Land Date: Wed, 25 Oct 2017 09:28:38 -0500 Subject: [PATCH] Updates readme with link to XVim2 This is a link to XVim2 to let people know there is a working version, long term we might want to move the current `master` branch of XVim to `oldmaster` and migrate the code from XVim2 to XVim and make it the `master` branch on XVim. That repo has better SEO and if XVim2 is the future then it might make sense to just move it over. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fcaa1a98..8fc583bb 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ # !!!Xcode 9 is not supported (yet)!!! +# Xcode 9 compatiable version can be found at [XVim2](https://github.com/XVimProject/XVim2) Project is currently under development + # XVim [![Build Status](https://travis-ci.org/XVimProject/XVim.svg?branch=master)](https://travis-ci.org/XVimProject/XVim) [![Bountysource](https://www.bountysource.com/badge/team?team_id=918&style=bounties_posted)](https://www.bountysource.com/teams/xvim/bounties?utm_source=XVim&utm_medium=shield&utm_campaign=bounties_posted) [![Bountysource](https://www.bountysource.com/badge/team?team_id=918&style=raised)](https://www.bountysource.com/teams/xvim?utm_source=XVim&utm_medium=shield&utm_campaign=raised) XVim is a Vim plugin for Xcode. The plugin intends to offer a compelling Vim experience without the need to give up any Xcode features.