On Thu, Nov 13, 2008 at 1:22 PM, Jayson Williams <[EMAIL PROTECTED]>wrote:
> > I am using GVim Portable on a thumb drive, and have the following > lines in my _vimrc file: > > set nocompatible > source $VIMRUNTIME/vimrc_example.vim > source $VIMRUNTIME/mswin.vim > source 'e:\VIM_Email\email.vim' > behave mswin > set autochdir > set sw=4 > > My problem is with the source 'e:\VIM_Email\email.vim' line. For some > reason, the email.vim file is not getting loaded when I start Vim. If > I do :source e:\Vim_email\email.vim after I start VIM, everything > works fine. But why is the email.vim file not loading on its own, when > vim starts? > > Jayson > > > > What does the output of :mess tell you? If I had to hazard a guess, I'd say it's the single quotes surrounding the filename in your _vimrc. -- Erik Falor Registered Linux User #445632 http://counter.li.org --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
