let SessionLoad = 1 if &cp | set nocp | endif let s:so_save = &so | let s:siso_save = &siso | set so=0 siso=0 let v:this_session=expand(":p") silent only cd ~/lucasoman.com/html/files/code/emailbot if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == '' let s:wipebuf = bufnr('%') endif set shortmess=aoO badd +9 emailbot badd +36 emailbot.php badd +34 message.php badd +26 messagefactory.php badd +6 echomessage.php badd +6 defaultmessage.php badd +20 insultmessage.php badd +57 remindmessage.php badd +1 ../../../dbconfig.php badd +5 ../../../l7cconfig.php badd +3 schedule.php badd +1 remindschedule.php badd +3 test.php badd +9 test2.php badd +14 radarmessage.php badd +28 database.php badd +141 phpmailer/README silent! argdel * edit emailbot set splitbelow splitright set nosplitbelow set nosplitright wincmd t set winheight=1 winwidth=1 argglobal setlocal fdm=marker setlocal fde=0 setlocal fmr={{{,}}} setlocal fdi=# setlocal fdl=0 setlocal fml=1 setlocal fdn=20 setlocal fen let s:l = 9 - ((8 * winheight(0) + 24) / 48) if s:l < 1 | let s:l = 1 | endif exe s:l normal! zt 9 normal! 0 tabedit emailbot.php set splitbelow splitright set nosplitbelow set nosplitright wincmd t set winheight=1 winwidth=1 argglobal setlocal fdm=marker setlocal fde=0 setlocal fmr={{{,}}} setlocal fdi=# setlocal fdl=0 setlocal fml=1 setlocal fdn=20 setlocal fen let s:l = 1 - ((0 * winheight(0) + 24) / 48) if s:l < 1 | let s:l = 1 | endif exe s:l normal! zt 1 normal! 0 tabedit messagefactory.php set splitbelow splitright set nosplitbelow set nosplitright wincmd t set winheight=1 winwidth=1 argglobal setlocal fdm=marker setlocal fde=0 setlocal fmr={{{,}}} setlocal fdi=# setlocal fdl=0 setlocal fml=1 setlocal fdn=20 setlocal fen let s:l = 12 - ((5 * winheight(0) + 11) / 22) if s:l < 1 | let s:l = 1 | endif exe s:l normal! zt 12 normal! 023l tabnext 3 if exists('s:wipebuf') silent exe 'bwipe ' . s:wipebuf endif unlet! s:wipebuf set winheight=1 winwidth=20 shortmess=atI 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 doautoall SessionLoadPost unlet SessionLoad " vim: set ft=vim :