On Thu, Sep 24, 2009 at 11:44 PM, Charles Campbell < [email protected]> wrote:
> > Steven Woody wrote: > > > > > > e same structure as vimfiles/ > > (or ~/.vim in *nix) itself. > > > > > > I am on windows and running windows version of vim. I just created > > the ~/.vim/plugin directory and move my script there. Also doesn't > > work! it is not loaded :( > > > > Some things to consider: > > 1. Check your permissions (your (home)\vimfiles\after\plugin\a.vim and > all directories on that path should be completely readable) > > 2. Check your runtime path (vim ... :echo &rtp) . This runtimepath > is a list of comma-delimited directory paths; make sure that your > (home)/vimfiles is on it. > Thanks for the hint! Now, it clear, my after script should be ~/vimfiles/after/plugin/foobar.vim. Now it works! > 3. Insure that you have plugins enabled (ie. your _vimrc should > have, minimally, > set nocp > filetype plugin on > ) > > Regards, > Chip Campbell > > > > -- Life is the only flaw in an otherwise perfect nonexistence -- Schopenhauer narke public key at http://subkeys.pgp.net:11371 ([email protected]) --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
