Fix placement of auxiliary IM window for Core Text
[MacVim.git] / src / MacVim / vimrc
blobe38e079d649fe75c711ae302b0b93ad5cf42ca90
1 " System vimrc file for MacVim
3 " Maintainer:   Bjorn Winckler <bjorn.winckler@gmail.com>
4 " Last Change:  Sat Aug 29 2009
6 set nocompatible
8 " The default for 'backspace' is very confusing to new users, so change it to a
9 " more sensible value.  Add "set backspace&" to your ~/.vimrc to reset it.
10 set backspace+=indent,eol,start
12 " Disable localized menus for now since only some items are translated (e.g.
13 " the entire MacVim menu is set up in a nib file which currently only is
14 " translated to English).
15 set langmenu=none