head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2010.04.15.19.49.14;	author darkside;	state Exp;
branches;
next	1.1;
commitid	36534bc76dba4567;

1.1
date	2005.03.08.21.46.19;	author ciaranm;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2005.11.30.10.01.57;	author chriswhite;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Import Gentoo Prefix changes, convert to EAPI3, add keywords. bug 310991
(Portage version: 2.1.8.3/cvs/Linux armv7l)
@
text
@scriptencoding utf-8
" ^^ Please leave the above line at the start of the file.

" Default configuration file for gvim
" $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/files/gvimrc-r1,v 1.1 2005/03/08 21:46:19 ciaranm Exp $
"
" Written by Aron Griffis <agriffis@@gentoo.org>
"
" This file is read AFTER normal Vim initializations, like reading your .vimrc
" file (and the default /usr/share/vim/vimrc).  So there's no reason to
" duplicate settings from vimrc.  Red Hat has had this wrong for years, to the
" great annoyance of users.

" Pre-GUI settings
set columns=80 lines=30       " don't inherit geometry from parent term
set mousemodel=popup          " right mouse button pops up a menu in the GUI

" Use a sufficiently wide window automatically when started as "gvimdiff"
if (&foldmethod == 'diff')
	set columns=165
endif

" For bug 33327, add a mapping which allows shift-insert to function
" as expected in insert and command-line modes
map! <s-insert> <c-r>*

if filereadable("@@GENTOO_PORTAGE_EPREFIX@@/etc/vim/gvimrc.local")
  source @@GENTOO_PORTAGE_EPREFIX@@/etc/vim/gvimrc.local
endif
@


1.1
log
@new vim7 goodness
(Portage version: 2.0.51.19 small furry bundle of death edition)
@
text
@d5 1
a5 1
" $Header: $
d27 2
a28 2
if filereadable("/etc/vim/gvimrc.local")
  source /etc/vim/gvimrc.local
@


1.1.1.1
log
@*** empty log message ***
@
text
@d5 1
a5 1
" $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/files/gvimrc-r1,v 1.1 2005/03/08 21:46:19 ciaranm Exp $
@

