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 d8a8c4c commit 0324f9eCopy full SHA for 0324f9e
2 files changed
src/proto/popupwin.pro
@@ -7,6 +7,7 @@ void popup_set_firstline(win_T *wp);
7
int popup_is_in_scrollbar(win_T *wp, int row, int col);
8
void popup_handle_scrollbar_click(win_T *wp, int row, int col);
9
int popup_top_extra(win_T *wp);
10
+int popup_left_extra(win_T *wp);
11
int popup_height(win_T *wp);
12
int popup_width(win_T *wp);
13
int popup_extra_width(win_T *wp);
src/version.c
@@ -741,6 +741,8 @@ static char *(features[]) =
741
742
static int included_patches[] =
743
{ /* Add new patch number below this line */
744
+/**/
745
+ 2311,
746
/**/
747
2310,
748
0 commit comments