home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / vim53os2.zip / vim-5.3 / README_os2.txt < prev    next >
Text File  |  1998-08-30  |  1KB  |  37 lines

  1. README_os2.txt for version 5.3 of Vim: Vi IMproved.
  2.  
  3. This file explains the installation of Vim on OS/2 systems.
  4. See "README.txt" for information about Vim.
  5.  
  6. 1. Go to the directory where you want to put the Vim files.  Examples:
  7.     cd C:\
  8.     cd D:\editors
  9.  
  10. 2. Unpack the zip archive.  This will create a new directory, in which all the
  11.    Vim files are placed.  The directory name includes the version number, it
  12.    is unlikely that you overwrite existing files.  Examples:
  13.     pkunzip -d vim50os2.zip
  14.     unzip vim50os2.zip
  15.  
  16.    After you unpacked the files, you can still move the whole directory tree
  17.    to another location.
  18.  
  19. 3. Add the Vim directory to your path.  The simplest is to add a line to your
  20.    autoexec.bat.  Examples:
  21.     set path=%path%;C:\vim-5.2
  22.     set path=%path%;D:\editors\vim-5.2
  23.  
  24. That's it!
  25.  
  26.  
  27. Extra remarks:
  28.  
  29. - You can put your Vim executable anywhere else.  If the executable is not
  30.   with the other Vim files, you should set $VIM to that directory.  The
  31.   simplest is to add a line to your autoexec.bat.  Examples:
  32.       set VIM=c:\vim-5.0
  33.       set VIM=d:\editors\vim-5.0
  34.  
  35. For further information, type this inside Vim:
  36.     :help os2
  37.