Monday, September 8, 2014

Re: Alternate .vimrc causes problems with Leader key

Adnan,


On 2014-09-07 21:35, Adnan Zafar wrote:
> On Sun, Sep 7, 2014 at 7:35 AM, Philip Rhoades <[hidden email]> wrote:
>> However, if I have all the above lines in ".vimrc_Maildir" and start
>> vim
>> with:
>>
>> vim -u ./.vimrc_Maildir
>>
>> the test does not work!
>
> Hi Philip,
>
> When you start vim and it sees a .vimrc, then it sets nocompatible.
> However if you start vim with -u, it doesn't do this and compatible
> defaults to on. This is probably why it's not working, since the <>
> notation isn't available when compatible is on. Try doing
>
> vim -N -u ./.vimrc_Maildir
>
> instead.


Perfect! Thank you!

Regards,

Phil.

--
Philip Rhoades

GPO Box 3411
Sydney NSW 2001
Australia
E-mail: phil@pricom.com.au

--
--
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

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: