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 ca359cb commit 4792a67Copy full SHA for 4792a67
2 files changed
src/move.c
@@ -868,7 +868,9 @@ validate_cursor_col(void)
868
curwin->w_wcol = col;
869
870
curwin->w_valid |= VALID_WCOL;
871
+#ifdef FEAT_PROP_POPUP
872
curwin->w_flags &= ~WFLAG_WCOL_OFF_ADDED;
873
+#endif
874
}
875
876
src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
750
751
static int included_patches[] =
752
{ /* Add new patch number below this line */
753
+/**/
754
+ 1992,
755
/**/
756
1991,
757
0 commit comments