mirror of
https://github.com/vim/vim.git
synced 2025-10-02 05:04:20 -04:00
patch 8.2.5090: MS-Windows: vim.def is no longer used
Problem: MS-Windows: vim.def is no longer used. Solution: Delete vim.def. (Ken Takata, closes #10569)
This commit is contained in:
@@ -734,6 +734,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
5090,
|
||||
/**/
|
||||
5089,
|
||||
/**/
|
||||
|
@@ -1,4 +0,0 @@
|
||||
CODE PRELOAD EXECUTEONLY
|
||||
DATA MULTIPLE SHARED
|
||||
DESCRIPTION 'Vim 8.2'
|
||||
HEAPSIZE 0,0
|
Reference in New Issue
Block a user