Showing arrow cursor instead of ibeam cursor

git-svn-id: http://macvim.googlecode.com/svn/trunk@167 96c4425d-ca35-0410-94e5-3396d5c13a8f
This commit is contained in:
Bjorn Winckler
2007-08-20 17:53:44 +00:00
parent ed50e5f587
commit 0592ddc98f
+5
View File
@@ -387,6 +387,11 @@
}
}
- (void)resetCursorRects
{
// No need to set up cursor rects...Vim is in control of cursor changes.
}
@end // MMTextView