On 4/30/06, Akbar <[EMAIL PROTECTED]> wrote:
I want to install this script:
http://www.2072productions.com/?to=phpindent.txt
install details:
Just make sure the name of the file is php.vim and copy it under your
vimfiles/indent folder.
PHP syntax coloring must be turned on.
But where is the vimfiles directory?
How do I install this script? I use Fedora Core 5. Thank you.
The correct way to install it is:
1. mkdir -p ~/.vim/indent
2. copy the script into directory ~/.vim/indent.
On Linux/Unix, the personal "vimfiles" directory
is $HOME/.vim
:he 'runtimepath'
Yakov