VIM editor customization
------------------------

(1) Installation target directories:

File:			Target-directory:
----------------------- ---------------------------------
perfect.vim		/usr/share/perfectdeveloper/vim_cust/
myfiletypes.vim		/usr/share/perfectdeveloper/vim_cust/
mysyntax.vim		/usr/share/perfectdeveloper/vim_cust/
evim			/usr/bin/
.vimrc			~/

Note that the '.vimrc' file is an really just an example of an initialization
file that would be placed in the users home directory in order to use the
customization. If you have your own .vimrc and/or filetypes and syntax files
already, then please copy the contents of the files provided here to your own
copies, otherwise you may just copy the .vimrc file to your home directory
as-is.

(2) Info on features provided:

Single-key compilation (with F9) regardless of mode (command or insert);
List-all-errors (with CTRL-l) regardless of mode (leaves in command-mode);
Goto-next-error (with CTRL-n) regardless of mode (leaves in command-mode);
Goto-previous-error (with CTRL-p) regardless of mode (leaves in command-mode);

END.
