Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37845992
en ru br
ALT Linux repos
S:9.0.1893-alt1
5.0: 7.2.148-alt2
4.1: 7.2.026-alt0.M41.1
4.0: 7.1.315-alt0.M40.1
+updates:7.1.315-alt0.M40.1
3.0: 6.3.086-alt1

Group :: Editors
RPM: vim

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

" System-wide gvimrc file for ALTLinux distribution
" The commands in this are executed when the GUI is started.
"
" Maintainer: vim development team <vim@packages.altlinux.ru>
" Last change: 2004 Sep 06 by Sir Raorn <raorn@altlinux.ru>
"
if has("gui_gtk2")
set guifont=Fixed\ 10
else
" set (language-dependant) X11 font to use
if filereadable( $VIMRUNTIME . "/langrc/" . $LANG . ".vim" )
exe "so " . $VIMRUNTIME . "/langrc/" . $LANG . ".vim"
else
set guifont=-*-fixed-medium-r-normal-*-*-130-*-*-*-*-*-*
endif
endif

set ch=2 " Make command line two lines high
set mousehide " Hide the mouse when typing text

" Make shift-insert work like in Xterm
map <S-Insert> <MiddleMouse>
map! <S-Insert> <MiddleMouse>

" Enable "title" and "icon" features disabled in vimrc
if has("title")
set title
set icon
endif
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin