let SessionLoad = 1 let s:so_save = &so | let s:siso_save = &siso | set so=0 siso=0 let v:this_session=expand(":p") silent only cd ~/projects/pyro if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == '' let s:wipebuf = bufnr('%') endif set shortmess=aoO badd +97 benches/specs.rs badd +465 src/lib.rs badd +6 src/bin/main.rs badd +3 Cargo.toml badd +2608 ~/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src/libcore/slice/mod.rs badd +64 ~/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.2/src/iter/plumbing/mod.rs badd +52 ~/.cargo/registry/src/github.com-1ecc6299db9ec823/itertools-0.7.8/src/lib.rs badd +1 ~/projects/bench_defense/src/main.rs badd +245 ~/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src/libcore/iter/traits.rs badd +81 ~/.vimrc badd +879 ~/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src/liballoc/vec.rs badd +118 ~/.cargo/registry/src/github.com-1ecc6299db9ec823/fnv-1.0.6/lib.rs badd +11 ~/projects/ecs_bench/src/lib.rs badd +27 ~/projects/ecs_bench/benches/pos_vel_pyro.rs badd +128 ~/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src/libcore/num/mod.rs badd +1 benches/iter.rs badd +16 README.md badd +2 .undodir/\%home\%maik\%projects\%pyro\%.git\%COMMIT_EDITMSG argglobal silent! argdel * edit src/lib.rs set splitbelow splitright set nosplitbelow set nosplitright wincmd t set winminheight=1 winminwidth=1 winheight=1 winwidth=1 argglobal 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 s:l = 465 - ((7 * winheight(0) + 23) / 46) if s:l < 1 | let s:l = 1 | endif exe s:l normal! zt 465 normal! 013| lcd ~/projects/pyro tabnext 1 if exists('s:wipebuf') && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal' silent exe 'bwipe ' . s:wipebuf endif unlet! s:wipebuf set winheight=1 winwidth=20 winminheight=1 winminwidth=1 shortmess=filnxtToOFc 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 doautoall SessionLoadPost unlet SessionLoad " vim: set ft=vim :