mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Open window no longer has rows&columns as paramters.
git-svn-id: http://macvim.googlecode.com/svn/trunk@48 96c4425d-ca35-0410-94e5-3396d5c13a8f
This commit is contained in:
+1
-2
@@ -115,8 +115,7 @@ gui_mch_open(void)
|
||||
{
|
||||
//NSLog(@"gui_mch_open()");
|
||||
|
||||
return [[MMBackend sharedInstance]
|
||||
openVimWindowWithRows:gui.num_rows columns:gui.num_cols];
|
||||
return [[MMBackend sharedInstance] openVimWindow];
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user