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.
1 parent 9c81148 commit a32a93cCopy full SHA for a32a93c
src/move.c
@@ -2101,7 +2101,9 @@ scroll_cursor_halfway(atend)
2101
int used;
2102
lineoff_T loff;
2103
lineoff_T boff;
2104
+#ifdef FEAT_DIFF
2105
linenr_T old_topline = curwin->w_topline;
2106
+#endif
2107
2108
loff.lnum = boff.lnum = curwin->w_cursor.lnum;
2109
#ifdef FEAT_FOLDING
src/version.c
@@ -738,6 +738,8 @@ static char *(features[]) =
738
739
static int included_patches[] =
740
{ /* Add new patch number below this line */
741
+/**/
742
+ 177,
743
/**/
744
176,
745
0 commit comments