mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-07 15:37:14 +02:00
Now works to set 'linespace' in [g]vimrc
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user