mirror of
https://github.com/vim/vim.git
synced 2025-10-14 07:04:10 -04:00
updated for version 7.1
This commit is contained in:
@@ -1,32 +1,32 @@
|
|||||||
README_os2.txt for version 7.1b of Vim: Vi IMproved.
|
README_os2.txt for version 7.1 of Vim: Vi IMproved.
|
||||||
|
|
||||||
This file explains the installation of Vim on OS/2 systems.
|
This file explains the installation of Vim on OS/2 systems.
|
||||||
See "README.txt" for general information about Vim.
|
See "README.txt" for general information about Vim.
|
||||||
|
|
||||||
|
|
||||||
NOTE: You will need two archives:
|
NOTE: You will need two archives:
|
||||||
vim71brt.zip contains the runtime files (same as for the PC version)
|
vim71rt.zip contains the runtime files (same as for the PC version)
|
||||||
vim71bos2.zip contains the OS/2 executables
|
vim71os2.zip contains the OS/2 executables
|
||||||
|
|
||||||
1. Go to the directory where you want to put the Vim files. Examples:
|
1. Go to the directory where you want to put the Vim files. Examples:
|
||||||
cd C:\
|
cd C:\
|
||||||
cd D:\editors
|
cd D:\editors
|
||||||
|
|
||||||
2. Unpack the zip archives. This will create a new directory "vim/vim71b",
|
2. Unpack the zip archives. This will create a new directory "vim/vim71",
|
||||||
in which all the distributed Vim files are placed. Since the directory
|
in which all the distributed Vim files are placed. Since the directory
|
||||||
name includes the version number, it is unlikely that you overwrite
|
name includes the version number, it is unlikely that you overwrite
|
||||||
existing files.
|
existing files.
|
||||||
Examples:
|
Examples:
|
||||||
pkunzip -d vim71bos2.zip
|
pkunzip -d vim71os2.zip
|
||||||
unzip vim71bos2.zip
|
unzip vim71os2.zip
|
||||||
|
|
||||||
After you unpacked the files, you can still move the whole directory tree
|
After you unpacked the files, you can still move the whole directory tree
|
||||||
to another location.
|
to another location.
|
||||||
|
|
||||||
3. Add the directory where vim.exe is to your path. The simplest is to add a
|
3. Add the directory where vim.exe is to your path. The simplest is to add a
|
||||||
line to your autoexec.bat. Examples:
|
line to your autoexec.bat. Examples:
|
||||||
set path=%path%;C:\vim\vim71b
|
set path=%path%;C:\vim\vim71
|
||||||
set path=%path%;D:\editors\vim\vim71b
|
set path=%path%;D:\editors\vim\vim71
|
||||||
|
|
||||||
That's it!
|
That's it!
|
||||||
|
|
||||||
@@ -41,10 +41,10 @@ Extra remarks:
|
|||||||
C:\vim\_viminfo Dynamic info for 'viminfo'.
|
C:\vim\_viminfo Dynamic info for 'viminfo'.
|
||||||
C:\vim\... Other files you made.
|
C:\vim\... Other files you made.
|
||||||
Distributed files:
|
Distributed files:
|
||||||
C:\vim\vim71b\vim.exe The Vim version 7.1b executable.
|
C:\vim\vim71\vim.exe The Vim version 7.1 executable.
|
||||||
C:\vim\vim71b\doc\*.txt The version 7.1b documentation files.
|
C:\vim\vim71\doc\*.txt The version 7.1 documentation files.
|
||||||
C:\vim\vim71b\bugreport.vim A Vim version 7.1b script.
|
C:\vim\vim71\bugreport.vim A Vim version 7.1 script.
|
||||||
C:\vim\vim71b\... Other version 7.1b distributed files.
|
C:\vim\vim71\... Other version 7.1 distributed files.
|
||||||
In this case the $VIM environment variable would be set like this:
|
In this case the $VIM environment variable would be set like this:
|
||||||
set VIM=C:\vim
|
set VIM=C:\vim
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
*sql.txt* For Vim version 7.1b. Last change: Wed Apr 26 2006 3:05:33 PM
|
*sql.txt* For Vim version 7.1. Last change: Wed Apr 26 2006 3:05:33 PM
|
||||||
|
|
||||||
by David Fishburn
|
by David Fishburn
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
*usr_07.txt* For Vim version 7.1b. Last change: 2006 Apr 24
|
*usr_07.txt* For Vim version 7.1. Last change: 2006 Apr 24
|
||||||
|
|
||||||
VIM USER MANUAL - by Bram Moolenaar
|
VIM USER MANUAL - by Bram Moolenaar
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
*usr_20.txt* For Vim version 7.1b. Last change: 2006 Apr 24
|
*usr_20.txt* For Vim version 7.1. Last change: 2006 Apr 24
|
||||||
|
|
||||||
VIM USER MANUAL - by Bram Moolenaar
|
VIM USER MANUAL - by Bram Moolenaar
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user