blob: f9815108d1819c1fb9d93144c4ae121fa5ed4cde [file] [log] [blame]
Christian Brabandtb4ddc6c2024-01-02 16:51:11 +01001README_ami.txt for version 9.1 of Vim: Vi IMproved.
Bram Moolenaar071d4272004-06-13 20:20:40 +00002
3This file explains the installation of Vim on Amiga systems.
4See README.txt for general information about Vim.
5
6
7Unpack the distributed files in the place where you want to keep them. It is
8wise to have a "vim" directory to keep your vimrc file and any other files you
9change. The distributed files go into a subdirectory. This way you can
10easily upgrade to a new version. For example:
11
12 dh0:editors/vim contains your vimrc and modified files
13 dh0:editors/vim/vim54 contains the Vim version 5.4 distributed files
14 dh0:editors/vim/vim55 contains the Vim version 5.5 distributed files
15
16You would then unpack the archives like this:
17
18 cd dh0:editors
Christian Brabandtb4ddc6c2024-01-02 16:51:11 +010019 tar xf t:vim91bin.tar
20 tar xf t:vim91rt.tar
Bram Moolenaar071d4272004-06-13 20:20:40 +000021
22Set the $VIM environment variable to point to the top directory of your Vim
23files. For the above example:
24
25 set VIM=dh0:editors/vim
26
27Vim version 5.4 will look for your vimrc file in $VIM, and for the runtime
28files in $VIM/vim54. See ":help $VIM" for more information.
29
30Make sure the Vim executable is in your search path. Either copy the Vim
31executable to a directory that is in your search path, or (preferred) modify
32the search path to include the directory where the Vim executable is.