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 --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
