set nocompatible let s:cpo_save=&cpo set cpo&vim map! map! map! map! map! map! map! map! map! map! nmap  o nmap o ProjectOnly nmap \gs :call Utl_showCurUrl() nmap \gc :call Utl_viewResourceMap() vmap \gr "*y:call Utl_goUrlVis('read') vmap \gS "*y:call Utl_goUrlVis('vsplit') vmap \gE "*y:call Utl_goUrlVis('split') vmap \gV "*y:call Utl_goUrlVis('sview') vmap \gu "*y:call Utl_goUrlVis('edit') vmap \ge "*y:call Utl_goUrlVis('edit') vmap \gv "*y:call Utl_goUrlVis('view') nmap \gr :call Utl_goUrl('read') nmap \gS :call Utl_goUrl('vsplit') nmap \gE :call Utl_goUrl('split') nmap \gV :call Utl_goUrl('sview') nmap \gu :call Utl_goUrl('edit') nmap \ge :call Utl_goUrl('edit') nmap \gv :call Utl_goUrl('view') nmap \sv SVNVimDiff nmap \su SVNUpdate nmap \si SVNInfo nmap \ss SVNStatus nmap \sr SVNReview nmap \sq SVNRevert nmap \sl SVNLog nmap \sg SVNGotoOriginal nmap \sd SVNDiff nmap \sc SVNCommit nmap \sG SVNClearAndGotoOriginal nmap \sn SVNAnnotate nmap \sa SVNAdd nmap \cwr CVSWatchRemove nmap \cwf CVSWatchOff nmap \cwn CVSWatchOn nmap \cwa CVSWatchAdd nmap \cwv CVSWatchers nmap \cv CVSVimDiff nmap \cu CVSUpdate nmap \ct CVSUnedit nmap \cs CVSStatus nmap \cr CVSReview nmap \cq CVSRevert nmap \cl CVSLog nmap \cg CVSGotoOriginal nmap \ci CVSEditors nmap \ce CVSEdit nmap \cd CVSDiff nmap \cc CVSCommit nmap \cG CVSClearAndGotoOriginal nmap \cn CVSAnnotate nmap \ca CVSAdd nnoremap SVNCommitDiff :SVNCommitDiff nnoremap SVNVimDiff :SVNVimDiff nnoremap SVNUpdate :SVNUpdate nnoremap SVNUnedit :SVNUnedit nnoremap SVNInfo :SVNInfo nnoremap SVNStatus :SVNStatus nnoremap SVNReview :SVNReview nnoremap SVNRevert :SVNRevert nnoremap SVNLog :SVNLog nnoremap SVNClearAndGotoOriginal :SVNGotoOriginal! nnoremap SVNGotoOriginal :SVNGotoOriginal nnoremap SVNDiff :SVNDiff nnoremap SVNCommit :SVNCommit nnoremap SVNAnnotate :SVNAnnotate nnoremap SVNAdd :SVNAdd nnoremap CVSWatchRemove :CVSWatchRemove nnoremap CVSWatchOff :CVSWatchOff nnoremap CVSWatchOn :CVSWatchOn nnoremap CVSWatchAdd :CVSWatchAdd nnoremap CVSWatchers :CVSWatchers nnoremap CVSVimDiff :CVSVimDiff nnoremap CVSUpdate :CVSUpdate nnoremap CVSUnedit :CVSUnedit nnoremap CVSStatus :CVSStatus nnoremap CVSReview :CVSReview nnoremap CVSRevert :CVSRevert nnoremap CVSLog :CVSLog nnoremap CVSClearAndGotoOriginal :CVSGotoOriginal! nnoremap CVSGotoOriginal :CVSGotoOriginal nnoremap CVSEditors :CVSEditors nnoremap CVSEdit :CVSEdit nnoremap CVSDiff :CVSDiff nnoremap CVSCommit :CVSCommit nnoremap CVSAnnotate :CVSAnnotate nnoremap CVSAdd :CVSAdd map ggVG:call SuperRetab() map :Tlist " down arrow (normal mode) brings up the tag list map ToggleProject " up arrow (normal mode) brings up a file list map :bp " left arrow (normal mode) switches buffers (excluding minibuf) map :bn " right arrow (normal mode) switches buffers (excluding minibuf) map map map map map map map map map map map é i r " alt-i (normal mode) inserts a single char, and then switches back to normal noremap ã :call ToggleCommentify() j let &cpo=s:cpo_save unlet s:cpo_save set backspace=2 set backup set fileencodings=ucs-bom,utf-8,latin1 set history=1000 set hlsearch set ruler set showcmd set showmatch if &syntax != 'html' set syntax=html endif set tags=./tags;/ set winwidth=1 let s:so_save = &so | let s:siso_save = &siso | set so=0 siso=0 let v:this_session=expand(":p") silent only cd ~/Sites/groupelaura set shortmess=aoO badd +3 Artistes.php badd +3 FORM/menu.php badd +1 menu.php badd +2 /private/tmp/artiste.html silent! argdel * set splitbelow splitright set nosplitbelow set nosplitright wincmd t set winheight=1 winwidth=1 argglobal edit /private/tmp/artiste.html setlocal noautoindent setlocal autoread setlocal nobinary setlocal bufhidden= setlocal buflisted setlocal buftype= setlocal nocindent setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e setlocal cinoptions= setlocal cinwords=if,else,while,do,for,switch setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:- setlocal commentstring=/*%s*/ setlocal complete=.,w,b,u,t,i setlocal nocopyindent setlocal define= setlocal dictionary= setlocal nodiff setlocal equalprg= setlocal errorformat= setlocal noexpandtab if &filetype != 'html' setlocal filetype=html endif setlocal foldcolumn=0 setlocal foldenable setlocal foldexpr=0 setlocal foldignore=# setlocal foldlevel=0 setlocal foldmarker={{{,}}} setlocal foldmethod=manual setlocal foldminlines=1 setlocal foldnestmax=20 setlocal foldtext=foldtext() setlocal formatoptions=tcq setlocal grepprg= setlocal iminsert=0 setlocal imsearch=0 setlocal include= setlocal includeexpr= setlocal indentexpr= setlocal indentkeys=0{,0},:,0#,!^F,o,O,e setlocal noinfercase setlocal iskeyword=@,48-57,_,192-255 setlocal keywordprg= setlocal nolinebreak setlocal nolisp setlocal nolist setlocal makeprg= setlocal matchpairs=(:),{:},[:] setlocal modeline setlocal modifiable setlocal nrformats=octal,hex setlocal nonumber setlocal path= setlocal nopreserveindent setlocal nopreviewwindow setlocal noreadonly setlocal noscrollbind setlocal shiftwidth=8 setlocal noshortname setlocal nosmartindent setlocal softtabstop=0 setlocal suffixesadd= setlocal swapfile if &syntax != 'html' setlocal syntax=html endif setlocal tabstop=8 setlocal tags= setlocal textwidth=0 setlocal thesaurus= setlocal nowinfixheight setlocal wrap setlocal wrapmargin=0 silent! normal! zE let s:l = 1 - ((0 * winheight(0) + 34) / 69) if s:l < 1 | let s:l = 1 | endif exe s:l normal! zt 1 normal! 0 set winheight=1 winwidth=1 shortmess=filnxtToO let s:sx = expand(":p:r")."x.vim" if file_readable(s:sx) exe "source " . s:sx endif let &so = s:so_save | let &siso = s:siso_save