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 51c3131 commit 6c17543Copy full SHA for 6c17543
2 files changed
src/ui.c
@@ -2929,7 +2929,6 @@ jump_to_mouse(
2929
#endif
2930
#ifdef FEAT_TEXT_PROP
2931
static int in_popup_win = FALSE;
2932
- static win_T *popup_dragwin = NULL;
2933
2934
static int prev_row = -1;
2935
static int prev_col = -1;
src/version.c
@@ -777,6 +777,8 @@ static char *(features[]) =
777
778
static int included_patches[] =
779
{ /* Add new patch number below this line */
780
+/**/
781
+ 1551,
782
/**/
783
1550,
784
0 commit comments