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 ~/code/pastoral-xmpp if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == '' let s:wipebuf = bufnr('%') endif set shortmess=aoO badd +1 pastoral.rb badd +21 pastoralserver.rb badd +29 user.rb badd +1 tcpsocket.rb badd +1 cube.rb badd +2 framework.rb badd +60 terminal.rb badd +28 pastoral badd +5 todo.txt badd +11 inventory.rb badd +44 functions.rb badd +10 item.rb badd +1 test.rb badd +1 animal.rb badd +26 panimal badd +11 bird.rb badd +7 animals/deer.rb badd +64 handler.rb badd +1 pastorals badd +3 animals/bird.rb badd +4 animals/pigeon.rb badd +4 animals/finch.rb badd +20 synonyms.rb badd +1 xmpp4r-0.3.2/data/doc/xmpp4r/examples/basic/client.rb badd +1 xmpp4r-0.3.2/README badd +56 xmpp4r-0.3.2/lib/xmpp4r/client.rb args pastoral.rb edit handler.rb 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 11 normal zc 56 normal zc 67 normal zc 201 normal zc 247 normal zo 252 normal zo 256 normal zo 266 normal zc 270 normal zc let s:l = 252 - ((251 * winheight(0) + 24) / 48) if s:l < 1 | let s:l = 1 | endif exe s:l normal! zt 252 normal! 0 tabedit xmpp4r-0.3.2/data/doc/xmpp4r/examples/basic/client.rb 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 pastoral 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 6 normal zo 29 normal zo let s:l = 28 - ((26 * winheight(0) + 24) / 48) if s:l < 1 | let s:l = 1 | endif exe s:l normal! zt 28 normal! 030l tabedit user.rb 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 4 normal zc 15 normal zo 29 normal zo let s:l = 29 - ((27 * winheight(0) + 24) / 48) if s:l < 1 | let s:l = 1 | endif exe s:l normal! zt 29 normal! 06l tabedit cube.rb 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=1 setlocal fml=1 setlocal fdn=20 setlocal fen 3 normal zo 5 normal zc 3 normal zo 176 normal zo 178 normal zc 176 normal zo 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 todo.txt 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 = 7 - ((6 * winheight(0) + 24) / 48) if s:l < 1 | let s:l = 1 | endif exe s:l normal! zt 7 normal! 0 tabnext 2 if exists('s:wipebuf') silent exe 'bwipe ' . s:wipebuf endif unlet! s:wipebuf set winheight=1 winwidth=20 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 doautoall SessionLoadPost unlet SessionLoad " vim: set ft=vim :