vim-cocoa
What is vim-cocoa?
vim-cocoa is a Mac OS X native vim GUI implementation in Cocoa, it started as a Google Summer of Code 2007 project, it's now maintained by Jjgod Jiang <gzjjgod@gmail.com>
What's the differences between the original vim, MacVim and vim-cocoa?
The original vim (checkout from vim official Subversion repository) only provides a Classic/Carbon based GUI for Mac OS X users, it lacks some important features and does not give us the best GUI experiences.
Thus, both MacVim and vim-cocoa started to alleviate this problem by reimplement the whole Mac GUI with Cocoa, MacVim started earlier, in 2006, but the author (Björn Winkler) didn't announce it at that time. After it's matured enough to be announced, vim-cocoa is already accepted as a Google Summer of Code project and I (Jjgod Jiang) already started coding, although these two projects started with the same goal, there are a lot of differences in their design decisions, which made their code base not so possible to merge together.
In short, MacVim is a more feature-rich, more Mac-integrated version, while vim-cocoa follows a more simple, lightweight and fast approach.
Nico Weber has a nice introduction on which MacVim does but vim-cocoa doesn't (I discussed a bit about my design goals for vim-cocoa too):
http://groups.google.com/group/vim_mac/browse_thread/thread/c16868aa7dcad59b
What's New?
0.2
- Updated vim to 7.2
- Fix shift key combination problem ( Issue 30 )
- Fix Shift-Tab problem ( Issue 29 )
- Fix fake italic angle problem
- Fix a reset transform problem
- Show text area size (col x rows) in title on live resize
- Fix menu separator issue ( Issue 24 )
- Fix a issue adding duplicate entries into file list ( Issue 23 )
0.2 beta 3
- Fix some packaging issues (Thanks hzhr to point these out.)
- Enlarge default font size from 9pt to 12pt.
- Fix resize box at bottom right with an undocumented API (Thanks Nico).
0.2 beta 1
- Add GUI Tab feature (Using PSMTabBarControl)
- A lot of view refactoring
0.1
- Initial release
