Mercurial > vim
changeset 29140:c6c93dd88e98 v8.2.5090
patch 8.2.5090: MS-Windows: vim.def is no longer used
Commit: https://github.com/vim/vim/commit/831d6d4c02ca629e7e7a28537fd9048351e5db5c
Author: K.Takata <kentkt@csc.jp>
Date: Tue Jun 14 13:58:29 2022 +0100
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 https://github.com/vim/vim/issues/10569)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 14 Jun 2022 15:00:04 +0200 |
parents | 28ec71e8068d |
children | 136622f5e94e |
files | Filelist Makefile src/version.c src/vim.def |
diffstat | 4 files changed, 4 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/Filelist +++ b/Filelist @@ -574,7 +574,6 @@ SRC_DOS = \ src/testdir/Make_ming.mak \ src/testdir/dos.vim \ src/uninstall.c \ - src/vim.def \ src/vim.rc \ src/vim.manifest \ src/vimrun.c \
--- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ indenttest: cd runtime/indent && \ $(MAKE) clean && \ $(MAKE) test VIM="$(VIM_FOR_INDENTTEST)" - + ######################################################################### # 2. Creating the various distribution files. @@ -93,8 +93,7 @@ MINOR = 2 # READMEdir/Contents, MAJOR/MINOR above, VIMMAJOR and VIMMINOR in # src/Makefile, README.txt, README.md, src/README.md, READMEdir/README*.txt, # runtime/doc/*.txt and make nsis/gvim_version.nsh. -# For a minor/major version: src/GvimExt/GvimExt.reg, src/vim.def, -# src/vim.manifest. +# For a minor/major version: src/GvimExt/GvimExt.reg, src/vim.manifest. # - Compile Vim with GTK, Perl, Python, Python3, TCL, Ruby, Lua, Cscope and # "huge" features. Add MZscheme if you can make it work. # Use "make reconfig" after selecting the configure arguments.