changeset 8149:028e24e4c0f4 v7.4.1368

commit https://github.com/vim/vim/commit/914331648dc3609ca9f6954f4019497e5fb3274e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 20 15:50:18 2016 +0100 patch 7.4.1368 Problem: One more Win16 file remains. Solution: Delete it.
author Christian Brabandt <cb@256bit.org>
date Sat, 20 Feb 2016 16:00:06 +0100
parents f5da459c5698
children 85b476dac933
files src/proto/os_win16.pro src/tools16.bmp src/version.c
diffstat 3 files changed, 2 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
deleted file mode 100644
--- a/src/proto/os_win16.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-/* os_win16.c */
-void mch_setmouse(int on);
-void mch_init(void);
-int mch_check_win(int argc, char **argv);
-long mch_get_pid(void);
-int mch_call_shell(char_u *cmd, int options);
-void mch_delay(long msec, int ignoreinput);
-void mch_breakcheck(void);
-long_u mch_avail_mem(int special);
-int mch_rename(const char *pszOldFile, const char *pszNewFile);
-char *default_shell(void);
-/* vim: set ft=c : */
deleted file mode 100644
index d4fbc511eba68b5f939c2596434009d186b91471..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
GIT binary patch
literal 0
Hc$@<O00001
--- a/src/version.c
+++ b/src/version.c
@@ -748,6 +748,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1368,
+/**/
     1367,
 /**/
     1366,