Don't set Visual group in gui_mch_def_colors()

git-svn-id: http://macvim.googlecode.com/svn/trunk@280 96c4425d-ca35-0410-94e5-3396d5c13a8f
This commit is contained in:
Bjorn Winckler
2007-09-25 14:55:44 +00:00
parent b83b8df6f1
commit d2ea2ef36a
-4
View File
@@ -469,10 +469,6 @@ gui_mch_def_colors()
[backend lookupColorWithKey:@"MacTextColor"];
gui.def_back_pixel = gui.back_pixel =
[backend lookupColorWithKey:@"MacTextBackgroundColor"];
// Set the text selection color to match the system preferences.
// TODO: Is there a better way to do this?
do_cmdline_cmd((char_u*)"hi Visual guibg=MacSelectedTextBackgroundColor");
}