We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c391d1 + 8802381 commit dbb801fCopy full SHA for dbb801f
1 file changed
src/MacVim/MMTextStorage.m
@@ -991,7 +991,7 @@ - (void)lazyResize:(BOOL)force
991
attributes:dict];
992
993
[backingStore release];
994
- backingStore = [[NSMutableAttributedString alloc] init];
+ backingStore = [[NSTextStorage alloc] init];
995
for (i=0; i<maxRows; ++i) {
996
#if MM_USE_ROW_CACHE
997
rowCache[i].length = actualColumns + 1;
0 commit comments