@@ -722,40 +722,40 @@ The MS-DOS support was removed in patch 7.4.1399.
722722After you've built the Vim binaries as described above, you're ready to
723723install Vim on your system. However, if you've obtained the Vim sources
724724using Git, Mercurial or by downloading them as a unix tar file, you must
725- first create a "vim74 " directory. If you instead downloaded the sources as
725+ first create a "vim80 " directory. If you instead downloaded the sources as
726726zip files, you can skip this setup as the zip archives already have the
727727correct directory structure.
728728
729- A. Create a Vim "runtime" subdirectory named "vim74 "
729+ A. Create a Vim "runtime" subdirectory named "vim80 "
730730 -----------------------------------------------------
731731 If you obtained your Vim sources as zip files, you can skip this step.
732732 Otherwise, continue reading.
733733
734734 Go to the directory that contains the Vim "src" and "runtime"
735- directories and create a new subdirectory named "vim74 ".
735+ directories and create a new subdirectory named "vim80 ".
736736
737- Copy the "runtime" files into "vim74 ":
738- copy runtime\* vim74
737+ Copy the "runtime" files into "vim80 ":
738+ copy runtime\* vim80
739739
740- B. Copy the new binaries into the "vim74 " directory
740+ B. Copy the new binaries into the "vim80 " directory
741741 ----------------------------------------------------
742742 Regardless of how you installed the Vim sources, you need to copy the
743- new binaries you created above into "vim74 ":
743+ new binaries you created above into "vim80 ":
744744
745- copy src\*.exe vim74
746- copy src\GvimExt\gvimext.dll vim74
747- copy src\xxd\xxd.exe vim74
745+ copy src\*.exe vim80
746+ copy src\GvimExt\gvimext.dll vim80
747+ copy src\xxd\xxd.exe vim80
748748
749- C. Move the "vim74 " directory into the Vim installation subdirectory
749+ C. Move the "vim80 " directory into the Vim installation subdirectory
750750 ---------------------------------------------------------------------
751- Move the "vim74 " subdirectory into the subdirectory where you want Vim
751+ Move the "vim80 " subdirectory into the subdirectory where you want Vim
752752 to be installed. Typically, this subdirectory will be named "vim".
753- If you already have a "vim74 " subdirectory in "vim", delete it first
753+ If you already have a "vim80 " subdirectory in "vim", delete it first
754754 by running its uninstal.exe program.
755755
756756 D. Install Vim
757757 ---------------
758- "cd" to your Vim installation subdirectory "vim\vim74 " and run the
758+ "cd" to your Vim installation subdirectory "vim\vim80 " and run the
759759 "install.exe" program. It will ask you a number of questions about
760760 how you would like to have your Vim setup. Among these are:
761761 - You can tell it to write a "_vimrc" file with your preferences in the
0 commit comments