comparison README_os2.txt @ 1702:5232b9862f23 v7.2 v7.2.000

updated for version 7.2-000
author vimboss
date Sat, 09 Aug 2008 17:55:22 +0000
parents f4f8014d516e
children ca7d02cd5e49
comparison
equal deleted inserted replaced
1701:4577899b8ff1 1702:5232b9862f23
1 README_os2.txt for version 7.2c of Vim: Vi IMproved. 1 README_os2.txt for version 7.2 of Vim: Vi IMproved.
2 2
3 This file explains the installation of Vim on OS/2 systems. 3 This file explains the installation of Vim on OS/2 systems.
4 See "README.txt" for general information about Vim. 4 See "README.txt" for general information about Vim.
5 5
6 6
7 NOTE: You will need two archives: 7 NOTE: You will need two archives:
8 vim71rt.zip contains the runtime files (same as for the PC version) 8 vim72rt.zip contains the runtime files (same as for the PC version)
9 vim71os2.zip contains the OS/2 executables 9 vim72os2.zip contains the OS/2 executables
10 10
11 1. Go to the directory where you want to put the Vim files. Examples: 11 1. Go to the directory where you want to put the Vim files. Examples:
12 cd C:\ 12 cd C:\
13 cd D:\editors 13 cd D:\editors
14 14
15 2. Unpack the zip archives. This will create a new directory "vim/vim71", 15 2. Unpack the zip archives. This will create a new directory "vim/vim72",
16 in which all the distributed Vim files are placed. Since the directory 16 in which all the distributed Vim files are placed. Since the directory
17 name includes the version number, it is unlikely that you overwrite 17 name includes the version number, it is unlikely that you overwrite
18 existing files. 18 existing files.
19 Examples: 19 Examples:
20 pkunzip -d vim71os2.zip 20 pkunzip -d vim72os2.zip
21 unzip vim71os2.zip 21 unzip vim72os2.zip
22 22
23 After you unpacked the files, you can still move the whole directory tree 23 After you unpacked the files, you can still move the whole directory tree
24 to another location. 24 to another location.
25 25
26 3. Add the directory where vim.exe is to your path. The simplest is to add a 26 3. Add the directory where vim.exe is to your path. The simplest is to add a
27 line to your autoexec.bat. Examples: 27 line to your autoexec.bat. Examples:
28 set path=%path%;C:\vim\vim71 28 set path=%path%;C:\vim\vim72
29 set path=%path%;D:\editors\vim\vim71 29 set path=%path%;D:\editors\vim\vim72
30 30
31 That's it! 31 That's it!
32 32
33 33
34 Extra remarks: 34 Extra remarks:
39 Your own files: 39 Your own files:
40 C:\vim\_vimrc Your personal vimrc. 40 C:\vim\_vimrc Your personal vimrc.
41 C:\vim\_viminfo Dynamic info for 'viminfo'. 41 C:\vim\_viminfo Dynamic info for 'viminfo'.
42 C:\vim\... Other files you made. 42 C:\vim\... Other files you made.
43 Distributed files: 43 Distributed files:
44 C:\vim\vim71\vim.exe The Vim version 7.1 executable. 44 C:\vim\vim72\vim.exe The Vim version 7.1 executable.
45 C:\vim\vim71\doc\*.txt The version 7.1 documentation files. 45 C:\vim\vim72\doc\*.txt The version 7.1 documentation files.
46 C:\vim\vim71\bugreport.vim A Vim version 7.1 script. 46 C:\vim\vim72\bugreport.vim A Vim version 7.1 script.
47 C:\vim\vim71\... Other version 7.1 distributed files. 47 C:\vim\vim72\... Other version 7.1 distributed files.
48 In this case the $VIM environment variable would be set like this: 48 In this case the $VIM environment variable would be set like this:
49 set VIM=C:\vim 49 set VIM=C:\vim
50 50
51 - You can put your Vim executable anywhere else. If the executable is not 51 - You can put your Vim executable anywhere else. If the executable is not
52 with the other distributed Vim files, you should set $VIM. The simplest is 52 with the other distributed Vim files, you should set $VIM. The simplest is