info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Telling CVS to ignore .vimrc


From: Mark D. Baushke
Subject: Re: Telling CVS to ignore .vimrc
Date: Tue, 03 Jan 2006 14:51:54 -0800

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Kevin Old <address@hidden> writes:

> Hello everyone,
> 
> I've added several plugins to my .vimrc file and have them working ok
> with vim in general.  When commiting a file, I received errors that my
> vim plugin couldn't be parsed.
> 
> I'd like to tell CVS to bypass the .vimrc file all together, but can't
> figure out how.
> 
> Any suggestions?

A few possibilities come to mind:

  1) Use a wrapper script that does NOT do .vimrc processing:

     (echo :; echo 'exec vim -u NONE ${1+"$@"}') > $HOME/cvsvim
     chmod +x $HOME/cvsvim
     CVSEDITOR=$HOME/cvsvim; export CVSEDITOR

  2) Do not use VIM at all, use something else instead... one fo the
     following:

     CVSEDITOR=ed; export CVSEDITOR
     CVSEDITOR=ex; export CVSEDITOR
     CVSEDITOR=vi; export CVSEDITOR
     CVSEDITOR=emacs; export CVSEDITOR
     CVSEDITOR=xemacs; export CVSEDITOR

Failing those, you could ask someone on one of the vim mailing lists for
help to fix your vim plugin.

        Good luck,
        -- Mark
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQFDuwAKCg7APGsDnFERAsxjAJ0Q7mTZqaM4pGiA3q+yHQMaObR81ACgvGhG
iuvIS4mDm4szDDiBsLGsrJU=
=TUPx
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]