File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1126,6 +1126,7 @@ - (void)refreshAllAppearances
1126
1126
}
1127
1127
}
1128
1128
1129
+ // / Refresh all Vim text views' fonts.
1129
1130
- (void )refreshAllFonts
1130
1131
{
1131
1132
unsigned count = [vimControllers count ];
@@ -1135,6 +1136,8 @@ - (void)refreshAllFonts
1135
1136
}
1136
1137
}
1137
1138
1139
+ // / Refresh all resize constraints based on smooth resize configurations
1140
+ // / and resize the windows to match the constraints.
1138
1141
- (void )refreshAllResizeConstraints
1139
1142
{
1140
1143
const unsigned count = [vimControllers count ];
@@ -1144,6 +1147,8 @@ - (void)refreshAllResizeConstraints
1144
1147
}
1145
1148
}
1146
1149
1150
+ // / Refresh all text views and re-render them, as well as updating their
1151
+ // / cmdline alignment properties to make sure they are pinned properly.
1147
1152
- (void )refreshAllTextViews
1148
1153
{
1149
1154
unsigned count = [vimControllers count ];
Original file line number Diff line number Diff line change @@ -553,6 +553,7 @@ - (void)setThinStrokes:(BOOL)state
553
553
thinStrokes = state;
554
554
}
555
555
556
+ // / Update the cmdline row number from Vim's state and cmdline alignment user settings.
556
557
- (void )updateCmdlineRow
557
558
{
558
559
[self setCmdlineRow: [[[self vimController ] objectForVimStateKey: @" cmdline_row" ] intValue ]];
You can’t perform that action at this time.
0 commit comments