Charles E Campbell Jr wrote:
[EMAIL PROTECTED] wrote:

Hi everybody,

ViM does not detect my ada ftplugin file in $HOME/.vim/ftplugin/ada.vim,
though my runtimepath variable contains ~/.vim .
If I source the file manually, my stuff does work.
Has anyone an idea of what's wrong?
Your .vimrc needs

  filetype plugin indent on

Regards,
Chip Campbell




N.B. "indent" in the above is optional for filetype plugin activation; and if you source the vimrc_example vim (for instance by

        source $VIMRUNTIME/vimrc_example.vim

near the top of your vimrc), the above ":filetype" command is included.


Best regards,
Tony.

Reply via email to