forked from aniani/vim
patch 7.4.1368
Problem: One more Win16 file remains. Solution: Delete it.
This commit is contained in:
@@ -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 : */
|
||||
BIN
src/tools16.bmp
BIN
src/tools16.bmp
Binary file not shown.
|
Before Width: | Height: | Size: 3.7 KiB |
@@ -747,6 +747,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1368,
|
||||
/**/
|
||||
1367,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user