let SessionLoad = 1 let s:so_save = &g:so | let s:siso_save = &g:siso | setg so=0 siso=0 | setl so=-1 siso=-1 let v:this_session=expand(":p") silent only silent tabonly cd ~/thesis if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == '' let s:wipebuf = bufnr('%') endif let s:shortmess_save = &shortmess if &shortmess =~ 'A' set shortmess=aoOA else set shortmess=aoO endif badd +128 content/BACH.typ badd +1 glossary.typ badd +1 bibliography.bib badd +0 \$ badd +6 pseudocode/bach_1.typ badd +265 content/SMHD.typ badd +7 pseudocode/bach_find_best_appr.typ argglobal %argdel set stal=2 tabnew +setlocal\ bufhidden=wipe tabnew +setlocal\ bufhidden=wipe tabnew +setlocal\ bufhidden=wipe tabrewind edit content/BACH.typ argglobal balt content/SMHD.typ setlocal fdm=manual setlocal fde=0 setlocal fmr={{{,}}} setlocal fdi=# setlocal fdl=0 setlocal fml=1 setlocal fdn=20 setlocal fen silent! normal! zE let &fdl = &fdl let s:l = 164 - ((38 * winheight(0) + 25) / 50) if s:l < 1 | let s:l = 1 | endif keepjumps exe s:l normal! zt keepjumps 164 normal! 0 tabnext edit glossary.typ argglobal balt content/BACH.typ setlocal fdm=manual setlocal fde=0 setlocal fmr={{{,}}} setlocal fdi=# setlocal fdl=0 setlocal fml=1 setlocal fdn=20 setlocal fen silent! normal! zE let &fdl = &fdl let s:l = 1 - ((0 * winheight(0) + 25) / 50) if s:l < 1 | let s:l = 1 | endif keepjumps exe s:l normal! zt keepjumps 1 normal! 0 tabnext edit bibliography.bib argglobal balt glossary.typ setlocal fdm=manual setlocal fde=0 setlocal fmr={{{,}}} setlocal fdi=# setlocal fdl=0 setlocal fml=1 setlocal fdn=20 setlocal fen silent! normal! zE let &fdl = &fdl let s:l = 1 - ((0 * winheight(0) + 25) / 50) if s:l < 1 | let s:l = 1 | endif keepjumps exe s:l normal! zt keepjumps 1 normal! 015| tabnext edit pseudocode/bach_1.typ let s:save_splitbelow = &splitbelow let s:save_splitright = &splitright set splitbelow splitright wincmd _ | wincmd | split 1wincmd k wincmd w let &splitbelow = s:save_splitbelow let &splitright = s:save_splitright wincmd t let s:save_winminheight = &winminheight let s:save_winminwidth = &winminwidth set winminheight=0 set winheight=1 set winminwidth=0 set winwidth=1 exe '1resize ' . ((&lines * 25 + 26) / 53) exe 'vert 1resize ' . ((&columns * 129 + 105) / 211) exe '2resize ' . ((&lines * 24 + 26) / 53) exe 'vert 2resize ' . ((&columns * 129 + 105) / 211) argglobal balt bibliography.bib setlocal fdm=manual setlocal fde=0 setlocal fmr={{{,}}} setlocal fdi=# setlocal fdl=0 setlocal fml=1 setlocal fdn=20 setlocal fen silent! normal! zE let &fdl = &fdl let s:l = 16 - ((15 * winheight(0) + 12) / 25) if s:l < 1 | let s:l = 1 | endif keepjumps exe s:l normal! zt keepjumps 16 normal! 0 wincmd w argglobal if bufexists(fnamemodify("pseudocode/bach_find_best_appr.typ", ":p")) | buffer pseudocode/bach_find_best_appr.typ | else | edit pseudocode/bach_find_best_appr.typ | endif if &buftype ==# 'terminal' silent file pseudocode/bach_find_best_appr.typ endif balt pseudocode/bach_1.typ setlocal fdm=manual setlocal fde=0 setlocal fmr={{{,}}} setlocal fdi=# setlocal fdl=0 setlocal fml=1 setlocal fdn=20 setlocal fen silent! normal! zE let &fdl = &fdl let s:l = 7 - ((6 * winheight(0) + 12) / 24) if s:l < 1 | let s:l = 1 | endif keepjumps exe s:l normal! zt keepjumps 7 normal! 031| wincmd w exe '1resize ' . ((&lines * 25 + 26) / 53) exe 'vert 1resize ' . ((&columns * 129 + 105) / 211) exe '2resize ' . ((&lines * 24 + 26) / 53) exe 'vert 2resize ' . ((&columns * 129 + 105) / 211) tabnext 1 set stal=1 if exists('s:wipebuf') && len(win_findbuf(s:wipebuf)) == 0 && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal' silent exe 'bwipe ' . s:wipebuf endif unlet! s:wipebuf set winheight=1 winwidth=20 let &shortmess = s:shortmess_save let &winminheight = s:save_winminheight let &winminwidth = s:save_winminwidth let s:sx = expand(":p:r")."x.vim" if filereadable(s:sx) exe "source " . fnameescape(s:sx) endif let &g:so = s:so_save | let &g:siso = s:siso_save set hlsearch nohlsearch doautoall SessionLoadPost unlet SessionLoad " vim: set ft=vim :