On 4/10/06, jagpreet <[EMAIL PROTECTED]> wrote:
>    I just access to my home directory and don't have any access at all to
> the folders where vim is installed. /usr/share/vim/*
>
> Also, I downloaded some utility scripts from the site and want to use it.
> But for that I need to put the .vim scripts in $VIMRUNTIME directory
> structure as specified in the scripts installation.
> I don't have permission to write to those directories.

Those installation instructions are wrong. *Don't* put anything
into global $VIMRUNTIME. Do as follows. Create directory $HOME/.vim/plugin
(or $HOME/.vim/syntax $HOME/.vim/colors etc) and put new script under
$HOME/.vim/something. The "runtime" command will pick it from there
just as well as if it were under global vimruntime. If you look
attentively at the default value of 'set runtimepath?', you'll see that
it already contains $HOME/.vim.

> " let $VIMRUNTIME = <new path>; "
Don't do it. Just do what I described above, it's enough.

Yakov

Reply via email to