1- README_os2.txt for version 7.0 of Vim: Vi IMproved.
1+ README_os2.txt for version 7.1a of Vim: Vi IMproved.
22
33This file explains the installation of Vim on OS/2 systems.
44See "README.txt" for general information about Vim.
55
66
77NOTE: You will need two archives:
8- vim70rt .zip contains the runtime files (same as for the PC version)
9- vim70os2 .zip contains the OS/2 executables
8+ vim71art .zip contains the runtime files (same as for the PC version)
9+ vim71aos2 .zip contains the OS/2 executables
1010
11111. Go to the directory where you want to put the Vim files. Examples:
1212 cd C:\
1313 cd D:\editors
1414
15- 2. Unpack the zip archives. This will create a new directory "vim/vim70 ",
15+ 2. Unpack the zip archives. This will create a new directory "vim/vim71a ",
1616 in which all the distributed Vim files are placed. Since the directory
1717 name includes the version number, it is unlikely that you overwrite
1818 existing files.
1919 Examples:
20- pkunzip -d vim70os2 .zip
21- unzip vim70os2 .zip
20+ pkunzip -d vim71aos2 .zip
21+ unzip vim71aos2 .zip
2222
2323 After you unpacked the files, you can still move the whole directory tree
2424 to another location.
2525
26263. Add the directory where vim.exe is to your path. The simplest is to add a
2727 line to your autoexec.bat. Examples:
28- set path=%path%;C:\vim\vim70
29- set path=%path%;D:\editors\vim\vim70
28+ set path=%path%;C:\vim\vim71a
29+ set path=%path%;D:\editors\vim\vim71a
3030
3131That's it!
3232
@@ -41,10 +41,10 @@ Extra remarks:
4141 C:\vim\_viminfo Dynamic info for 'viminfo'.
4242 C:\vim\... Other files you made.
4343 Distributed files:
44- C:\vim\vim70 \vim.exe The Vim version 7.0 executable.
45- C:\vim\vim70 \doc\*.txt The version 7.0 documentation files.
46- C:\vim\vim70 \bugreport.vim A Vim version 7.0 script.
47- C:\vim\vim70 \... Other version 7.0 distributed files.
44+ C:\vim\vim71a \vim.exe The Vim version 7.1a executable.
45+ C:\vim\vim71a \doc\*.txt The version 7.1a documentation files.
46+ C:\vim\vim71a \bugreport.vim A Vim version 7.1a script.
47+ C:\vim\vim71a \... Other version 7.1a distributed files.
4848 In this case the $VIM environment variable would be set like this:
4949 set VIM=C:\vim
5050
0 commit comments