Patch 8.1.22N

11 views
Skip to first unread message

Bram Moolenaar

unread,
Oct 26, 2019, 10:11:17 PM10/26/19
to vim...@googlegroups.com

Patch 8.1.2224
Problem: Cannot build Amiga version.
Solution: Add dummy mch_setmouse(). (Ola Söder, closes #5126)
Files: src/os_amiga.c, src/proto/os_amiga.pro


*** ../vim-8.1.2223/src/os_amiga.c 2019-09-27 13:38:52.782752934 +0200
--- src/os_amiga.c 2019-10-26 21:21:05.017418161 +0200
***************
*** 658,663 ****
--- 658,669 ----
}
#endif

+ void
+ mch_setmouse(int on UNUSED)
+ {
+ // TODO: implement
+ }
+
/*
* Insert user name in s[len].
*/
*** ../vim-8.1.2223/src/proto/os_amiga.pro 2018-05-17 13:53:03.000000000 +0200
--- src/proto/os_amiga.pro 2019-10-26 21:21:10.149396110 +0200
***************
*** 15,20 ****
--- 15,21 ----
void mch_restore_title(int which);
int mch_can_restore_title(void);
int mch_can_restore_icon(void);
+ void mch_setmouse(int on);
int mch_get_user_name(char_u *s, int len);
void mch_get_host_name(char_u *s, int len);
long mch_get_pid(void);
*** ../vim-8.1.2223/src/version.c 2019-10-26 20:56:04.207611508 +0200
--- src/version.c 2019-10-26 21:26:44.299968999 +0200
***************
*** 743,744 ****
--- 743,746 ----
{ /* Add new patch number below this line */
+ /**/
+ 2224,
/**/

--
Imagine a world without hypothetical situations.

/// Bram Moolenaar -- Br...@Moolenaar.net -- 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 ///
Reply all
Reply to author
Forward
0 new messages