head	1.5;
access;
symbols
	RELEASE-1_4:1.3.0.2
	GENTOO_1_4_SNAP_2003010800:1.1;
locks; strict;
comment	@# @;


1.5
date	2007.09.27.09.39.58;	author hawking;	state dead;
branches;
next	1.4;
commitid	100946fb7a664567;

1.4
date	2003.11.15.16.18.52;	author agriffis;	state Exp;
branches;
next	1.3;

1.3
date	2003.03.23.20.36.26;	author agriffis;	state Exp;
branches;
next	1.2;

1.2
date	2003.01.21.18.07.15;	author rphillips;	state Exp;
branches;
next	1.1;

1.1
date	2002.09.13.09.17.31;	author hannes;	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.5
log
@Version bump. Drop old. Added new gvim.desktop file for bug 190289, thanks to Chidambar Zinnoury.
(Portage version: 2.1.3.9)
@
text
@" Default configuration file for gvim
" 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>*
@


1.4
log
@fix bug 33263
@
text
@@


1.3
log
@update vim eclass to patchlevel 411
@
text
@d17 4
@


1.2
log
@Disable modelines by default. Fixes security bug #14088
@
text
@a12 4
" added to default to high security within Gentoo. Fixes #14088
"  -rphillips
set modelines=0

@


1.1
log
@splitted vim into gvim, vim-core and vim
@
text
@d13 4
@


1.1.1.1
log
@*** empty log message ***
@
text
@a16 4

" 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>*
@


