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 ~/development/archlinux/packaging/paru 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 +1 ~/development/archlinux/packaging/paru badd +15 term://~/development/archlinux/packaging/paru//137022:claude badd +13 CHANGELOG.md badd +24 term://~/development/archlinux/packaging/paru//112262:claude badd +48 notes/gh-discussion-1506-response.txt badd +225 term://~/development/archlinux/packaging/paru//785577:claude badd +1 notes/1512-comment.txt badd +33 notes/1512-fix.txt badd +22 LICENSE badd +1 notes/pr-1515-review.txt argglobal %argdel edit notes/pr-1515-review.txt let s:save_splitbelow = &splitbelow let s:save_splitright = &splitright set splitbelow splitright wincmd _ | wincmd | vsplit 1wincmd h 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 * 47 + 32) / 65) exe 'vert 1resize ' . ((&columns * 110 + 110) / 221) exe 'vert 2resize ' . ((&columns * 110 + 110) / 221) argglobal balt LICENSE setlocal foldmethod=manual setlocal foldexpr=0 setlocal foldmarker={{{,}}} setlocal foldignore=# setlocal foldlevel=0 setlocal foldminlines=1 setlocal foldnestmax=20 setlocal foldenable silent! normal! zE let &fdl = &fdl let s:l = 49 - ((0 * winheight(0) + 23) / 47) if s:l < 1 | let s:l = 1 | endif keepjumps exe s:l normal! zt keepjumps 49 normal! 07| lcd ~/development/archlinux/packaging/paru wincmd w argglobal if bufexists(fnamemodify("term://~/development/archlinux/packaging/paru//785577:claude", ":p")) | buffer term://~/development/archlinux/packaging/paru//785577:claude | else | edit term://~/development/archlinux/packaging/paru//785577:claude | endif if &buftype ==# 'terminal' silent file term://~/development/archlinux/packaging/paru//785577:claude endif balt ~/development/archlinux/packaging/paru/notes/gh-discussion-1506-response.txt setlocal foldmethod=manual setlocal foldexpr=0 setlocal foldmarker={{{,}}} setlocal foldignore=# setlocal foldlevel=0 setlocal foldminlines=1 setlocal foldnestmax=20 setlocal foldenable let s:l = 223 - ((60 * winheight(0) + 31) / 63) if s:l < 1 | let s:l = 1 | endif keepjumps exe s:l normal! zt keepjumps 223 normal! 0 lcd ~/development/archlinux/packaging/paru wincmd w 2wincmd w exe '1resize ' . ((&lines * 47 + 32) / 65) exe 'vert 1resize ' . ((&columns * 110 + 110) / 221) exe 'vert 2resize ' . ((&columns * 110 + 110) / 221) tabnext 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 nohlsearch doautoall SessionLoadPost unlet SessionLoad " vim: set ft=vim :