From 0592ddc98fdde53f4e45b0852d1f43af70392937 Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Mon, 20 Aug 2007 17:53:44 +0000 Subject: [PATCH] Showing arrow cursor instead of ibeam cursor git-svn-id: http://macvim.googlecode.com/svn/trunk@167 96c4425d-ca35-0410-94e5-3396d5c13a8f --- MMTextView.m | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MMTextView.m b/MMTextView.m index fb9b363323..2fda921e38 100644 --- a/MMTextView.m +++ b/MMTextView.m @@ -387,6 +387,11 @@ } } +- (void)resetCursorRects +{ + // No need to set up cursor rects...Vim is in control of cursor changes. +} + @end // MMTextView