Fix autocommands in macvim color scheme
commitd9a21987efce9fcc5f254e2e17fe6b361781b683
authorBjorn Winckler <bjorn.winckler@gmail.com>
Thu, 15 Nov 2007 19:40:09 +0000 (15 20:40 +0100)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Thu, 15 Nov 2007 19:40:09 +0000 (15 20:40 +0100)
tree4445b037ad57850e03c4f023b4aa3307d8daf110
parent550c3c65d5bc859123413841c38335b994adb260
Fix autocommands in macvim color scheme

Calling ':set bg=dark' in .gvimrc clears colors_name which caused an error
message to pop up every time the focus changed due to the autocommands
installed in macvim.vim accessing colors_name.
runtime/colors/macvim.vim