let SessionLoad = 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 ~/ if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == '' let s:wipebuf = bufnr('%') endif set shortmess=aoO argglobal %argdel set splitbelow splitright wincmd _ | wincmd | vsplit 1wincmd h wincmd w wincmd _ | wincmd | split 1wincmd k wincmd w wincmd t set winminheight=0 set winheight=1 set winminwidth=0 set winwidth=1 exe 'vert 1resize ' . ((&columns * 72 + 72) / 145) exe '2resize ' . ((&lines * 16 + 17) / 35) exe 'vert 2resize ' . ((&columns * 72 + 72) / 145) exe '3resize ' . ((&lines * 16 + 17) / 35) exe 'vert 3resize ' . ((&columns * 72 + 72) / 145) argglobal enew setlocal fdm=manual setlocal fde=0 setlocal fmr={{{,}}} setlocal fdi=# setlocal fdl=0 setlocal fml=1 setlocal fdn=20 setlocal fen wincmd w argglobal enew setlocal fdm=manual setlocal fde=0 setlocal fmr={{{,}}} setlocal fdi=# setlocal fdl=0 setlocal fml=1 setlocal fdn=20 setlocal fen wincmd w argglobal enew setlocal fdm=manual setlocal fde=0 setlocal fmr={{{,}}} setlocal fdi=# setlocal fdl=0 setlocal fml=1 setlocal fdn=20 setlocal fen wincmd w 3wincmd w exe 'vert 1resize ' . ((&columns * 72 + 72) / 145) exe '2resize ' . ((&lines * 16 + 17) / 35) exe 'vert 2resize ' . ((&columns * 72 + 72) / 145) exe '3resize ' . ((&lines * 16 + 17) / 35) exe 'vert 3resize ' . ((&columns * 72 + 72) / 145) tabnext 1 if exists('s:wipebuf') && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal' silent exe 'bwipe ' . s:wipebuf endif unlet! s:wipebuf set winheight=1 winwidth=20 winminheight=1 winminwidth=1 shortmess=filnxtToOFc let s:sx = expand(":p:r")."x.vim" if file_readable(s:sx) exe "source " . fnameescape(s:sx) endif let &so = s:so_save | let &siso = s:siso_save doautoall SessionLoadPost unlet SessionLoad " vim: set ft=vim :