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 e1a435c commit 3e44fbfCopy full SHA for 3e44fbf
2 files changed
src/mouse.c
@@ -570,7 +570,7 @@ do_mouse(
570
}
571
return TRUE;
572
573
- else if (is_drag && (in_tabpanel || (in_tab_line && TabPageIdxs != NULL))
+ else if (is_drag && (in_tabpanel || (in_tab_line && TabPageIdxs != NULL)))
574
{
575
#if defined(FEAT_TABPANEL)
576
if (in_tabpanel)
src/version.c
@@ -724,6 +724,8 @@ static char *(features[]) =
724
725
static int included_patches[] =
726
{ /* Add new patch number below this line */
727
+/**/
728
+ 1655,
729
/**/
730
1654,
731
0 commit comments