Sunday, September 7, 2014

Re: Alternate .vimrc causes problems with Leader key

On Sun, Sep 7, 2014 at 7:35 AM, Philip Rhoades <phil@pricom.com.au> 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.

--Adnan

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

Post a Comment