Patch 8.1.2311
Problem: Warning for missing function prototype.
Solution: Add the proto. (Dominique Pelle, closes #5233)
Files: src/proto/popupwin.pro
*** ../vim-8.1.2310/src/proto/popupwin.pro 2019-11-13 22:35:15.755521778
+0100
--- src/proto/popupwin.pro 2019-11-16 16:54:51.135895292 +0100
***************
*** 7,12 ****
--- 7,13 ----
int popup_is_in_scrollbar(win_T *wp, int row, int col);
void popup_handle_scrollbar_click(win_T *wp, int row, int col);
int popup_top_extra(win_T *wp);
+ int popup_left_extra(win_T *wp);
int popup_height(win_T *wp);
int popup_width(win_T *wp);
int popup_extra_width(win_T *wp);
*** ../vim-8.1.2310/src/version.c 2019-11-16 21:04:54.328424718 +0100
--- src/version.c 2019-11-16 22:49:20.934451169 +0100
***************
*** 743,744 ****
--- 743,746 ----
{ /* Add new patch number below this line */
+ /**/
+ 2311,
/**/
--
>From "know your smileys":
:-{} Too much lipstick
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/201911162150.xAGLo5su029749%40masaka.moolenaar.net.