Now works to set 'linespace' in [g]vimrc

This commit is contained in:
Bjorn Winckler
2008-08-12 21:18:55 +02:00
parent d58cb64b76
commit 452e41f92e
+4
View File
@@ -130,6 +130,10 @@ gui_mch_init(void)
// NOTE: If this call is left out the cursor is opaque.
highlight_gui_started();
// Ensure 'linespace' option is passed along to MacVim in case it was set
// in [g]vimrc.
gui_mch_adjust_charheight();
return OK;
}