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 silent tabonly cd /mnt/rust/data-utility-belt if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == '' let s:wipebuf = bufnr('%') endif set shortmess=aoO argglobal %argdel $argadd /mnt/rust/data-utility-belt set stal=2 tabnew tabrewind edit src/is_different.rs set splitbelow splitright wincmd t set winminheight=0 set winheight=1 set winminwidth=0 set winwidth=1 argglobal setlocal fdm=manual setlocal fde=0 setlocal fmr={{{,}}} setlocal fdi=# setlocal fdl=0 setlocal fml=1 setlocal fdn=20 setlocal nofen silent! normal! zE let s:l = 166 - ((31 * winheight(0) + 40) / 80) if s:l < 1 | let s:l = 1 | endif exe s:l normal! zt 166 normal! 057| tabnext edit src/main.rs set splitbelow splitright wincmd t set winminheight=0 set winheight=1 set winminwidth=0 set winwidth=1 argglobal setlocal fdm=manual setlocal fde=0 setlocal fmr={{{,}}} setlocal fdi=# setlocal fdl=0 setlocal fml=1 setlocal fdn=20 setlocal nofen silent! normal! zE let s:l = 220 - ((55 * winheight(0) + 44) / 89) if s:l < 1 | let s:l = 1 | endif exe s:l normal! zt 220 normal! 0 tabnext 1 set stal=1 badd +74 src/is_different.rs badd +1 /mnt/rust/data-utility-belt badd +2 ~/dotfiles/vim-ftplugins/rust.vim badd +15 ~/.vim/bundle/ale/doc/ale-rust.txt badd +0 src/main.rs if exists('s:wipebuf') && len(win_findbuf(s:wipebuf)) == 0 silent exe 'bwipe ' . s:wipebuf endif unlet! s:wipebuf set winheight=1 winwidth=20 shortmess=filnxtToOSc set winminheight=1 winminwidth=1 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 let g:this_session = v:this_session let g:this_obsession = v:this_session doautoall SessionLoadPost unlet SessionLoad " vim: set ft=vim :