patch 9.1.0750: there are some Win9x legacy references Commit: https://github.com/vim/vim/commit/563e8ec8c78b4141a6497f14e825be2d63cb891c Author: Nir Lichtman <n...@lichtman.org> Date: Mon Sep 30 19:42:28 2024 +0200
patch 9.1.0750: there are some Win9x legacy references Problem: there are some Win9x legacy references Solution: Remove those mentions (Nir Lichtman) closes: #15730 Signed-off-by: Nir Lichtman <n...@lichtman.org> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/Makefile b/Makefile index c77a6ec96..abe210358 100644 --- a/Makefile +++ b/Makefile @@ -285,10 +285,10 @@ dist/$(COMMENT_RT): dist/comment echo "Vim - Vi IMproved - v$(VDOT) runtime files for MS-DOS and MS-Windows" > dist/$(COMMENT_RT) dist/$(COMMENT_W32): dist/comment - echo "Vim - Vi IMproved - v$(VDOT) binaries for MS-Windows NT/95" > dist/$(COMMENT_W32) + echo "Vim - Vi IMproved - v$(VDOT) binaries for MS-Windows" > dist/$(COMMENT_W32) dist/$(COMMENT_GVIM): dist/comment - echo "Vim - Vi IMproved - v$(VDOT) GUI binaries for MS-Windows NT/95" > dist/$(COMMENT_GVIM) + echo "Vim - Vi IMproved - v$(VDOT) GUI binaries for MS-Windows" > dist/$(COMMENT_GVIM) dist/$(COMMENT_OLE): dist/comment echo "Vim - Vi IMproved - v$(VDOT) MS-Windows GUI binaries with OLE support" > dist/$(COMMENT_OLE) diff --git a/READMEdir/README_bindos.txt b/READMEdir/README_bindos.txt index b1907dd77..51fc2c59e 100644 --- a/READMEdir/README_bindos.txt +++ b/READMEdir/README_bindos.txt @@ -8,9 +8,9 @@ These files are in the runtime archive (vim91rt.zip). There are several binary distributions of Vim for the PC. You would normally pick only one of them, but it's also possible to install several. These ones are available (the version number may differ): - vim91w32.zip Windows 95/98/NT/etc. console version - gvim91.zip Windows 95/98/NT/etc. GUI version - gvim91ole.zip Windows 95/98/NT/etc. GUI version with OLE + vim91w32.zip Windows console version + gvim91.zip Windows GUI version + gvim91ole.zip Windows GUI version with OLE You MUST also get the runtime archive (vim91rt.zip). The sources are also available (vim91src.zip). diff --git a/READMEdir/README_dos.txt b/READMEdir/README_dos.txt index 6a7905d77..c65098045 100644 --- a/READMEdir/README_dos.txt +++ b/READMEdir/README_dos.txt @@ -120,30 +120,6 @@ Remarks: entry, you can remove it by running the "uninstall.exe". See ":help win32-popup-menu". -- In Windows 95/98/NT you can create a shortcut to Vim. This works for all - DOS and Win32 console versions. For the console version this gives you the - opportunity to set defaults for the Console where Vim runs in. - - 1. On the desktop, click right to get a menu. Select New/Shortcut. - 2. In the dialog, enter Command line: "C: -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/E1svKSU-002TeU-9K%40256bit.org.