Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
* master:
  Update README.md
  Update README.md
  Update README.md
  Add Xocde5 support information
  • Loading branch information
JugglerShu committed Sep 23, 2013
2 parents 72b608a + df96791 commit f137f4c
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,23 @@
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.

#### Announcement
Finally we are really pleased to announce release of XVim v1.0 alpha version.
The main improvements include
Google Group for XVim developers has been created.
https://groups.google.com/d/forum/xvim-developers
This group is for XVim developers and testers(reporters).
In this group we are going to talk about the direction of XVim such as

- Visual block (Ctrl-v)
- Marks supporting jumping between files
- More accurate operation on registers
- More stable recording and execution
- Automatic testing system (for developers)
- hlsearch
- and more...
- What we should implement next
- How to design XVim
- Any suggestions for XVim
- Annoucement for testers before a release of XVim
- and so on

See Documents/Users/FeatureList.md for all the features.

Unfortunately current master branch is not stable compared to the master branch which has been developed since I started this project. The old branch is saved with a tag name "v0.1". You can get the source code from "Releases" in the github page.
If you are interested in helping XVim project join the group.
Just testing new release and reporting problem is great help for us. Join the group casually.

## Support Xcode Versions
We are developing XVim with Xcode 4.6 at the moment, So we recommend you use XVim with XCode 4.6.
Xcode5 will be supported. Current master branch does not work with Xcode5.
- Xcode4 (Use Master branch)
- Xcode5 (Use Xcode5Support branch)

## INSTALL
- Download source code(of one of releases) and open XVim.xcodeproj with Xcode.
Expand Down

0 comments on commit f137f4c

Please sign in to comment.