Add this to the top of your .vimrc file:

    filetype off
    call pathogen#runtime_append_all_bundles() " Pathogen hack
    call pathogen#helptags()
    filetype plugin indent on " Enable file-type indentation

It's important that the pathogen stuff is before the filetype plugin indent 
on because if it is not pathogen won't be able to load filetype plugins.

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to