Skip to content
forked from amadeus/macvim

Vim - the text editor - for Mac OS X

Notifications You must be signed in to change notification settings

nook-scheel/macvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MacVim

This is slightly customized version of MacVim.

Builds

For now, I plan to not provide snapshot releases until I can confirm they work properly. In the meantime you must build the project yourself:

cd src
./configure --with-features=huge \
            --enable-rubyinterp \
            --enable-pythoninterp \
            --enable-perlinterp \
            --enable-cscope
make
open MacVim/build/Release

Built file will be in src/MacVim/build/Release.

If you'd like to build with lua support (this assumes you have lua 5.1.5 and luajit installed via homebrew) use this configure call instead:

./configure --with-features=huge \
            --enable-rubyinterp \
            --enable-pythoninterp \
            --enable-perlinterp \
            --with-lua-prefix=/usr/local/Cellar/lua/5.1.5 \
            --with-luajit \
            --enable-luainterp \
            --enable-cscope

Features

  • Emoji support
  • Improved icon (I will be adding improved filetype icons soon)
  • Improved Yosemite integration

Credits

About

Vim - the text editor - for Mac OS X

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 47.7%
  • Vim Script 40.5%
  • Objective-C 4.7%
  • Roff 1.9%
  • Makefile 1.6%
  • Prolog 0.8%
  • Other 2.8%