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