To: vim_dev@googlegroups.com Subject: Patch 8.2.5090 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.5090 Problem: MS-Windows: vim.def is no longer used. Solution: Delete vim.def. (Ken Takata, closes #10569) Files: Filelist, Makefile, src/vim.def *** ../vim-8.2.5089/Filelist 2022-05-06 16:32:21.569543796 +0100 --- Filelist 2022-06-14 13:56:16.488903512 +0100 *************** *** 574,580 **** src/testdir/Make_ming.mak \ src/testdir/dos.vim \ src/uninstall.c \ - src/vim.def \ src/vim.rc \ src/vim.manifest \ src/vimrun.c \ --- 574,579 ---- *** ../vim-8.2.5089/Makefile 2021-05-26 20:49:15.132267291 +0100 --- Makefile 2022-06-14 13:56:16.488903512 +0100 *************** *** 56,62 **** cd runtime/indent && \ $(MAKE) clean && \ $(MAKE) test VIM="$(VIM_FOR_INDENTTEST)" ! ######################################################################### # 2. Creating the various distribution files. --- 56,62 ---- cd runtime/indent && \ $(MAKE) clean && \ $(MAKE) test VIM="$(VIM_FOR_INDENTTEST)" ! ######################################################################### # 2. Creating the various distribution files. *************** *** 93,100 **** # 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. # - 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. --- 93,99 ---- # 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.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. *** ../vim-8.2.5089/src/vim.def 2019-12-12 11:49:07.000000000 +0000 --- src/vim.def 1970-01-01 00:00:00.000000000 +0000 *************** *** 1,4 **** - CODE PRELOAD EXECUTEONLY - DATA MULTIPLE SHARED - DESCRIPTION 'Vim 8.2' - HEAPSIZE 0,0 --- 0 ---- *** ../vim-8.2.5089/src/version.c 2022-06-14 13:42:23.082459280 +0100 --- src/version.c 2022-06-14 13:57:19.392803832 +0100 *************** *** 736,737 **** --- 736,739 ---- { /* Add new patch number below this line */ + /**/ + 5090, /**/ -- A programmer's wife asks him: "Please run to the store and pick up a loaf of bread. If they have eggs, get a dozen". The programmer comes home with 12 loafs of bread. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///