From 004586890acee419943b0b03c630702cda219ef2 Mon Sep 17 00:00:00 2001 From: Dane Sabo Date: Wed, 26 Mar 2025 09:56:12 -0400 Subject: [PATCH] vault backup: 2025-03-26 09:56:12 --- .sessions/NUCE_2113.vim | 53 +++++++++++++++++++ ...tion Detection and Measurement - README.md | 1 + 2 files changed, 54 insertions(+) create mode 100644 .sessions/NUCE_2113.vim diff --git a/.sessions/NUCE_2113.vim b/.sessions/NUCE_2113.vim new file mode 100644 index 00000000..5f9c243d --- /dev/null +++ b/.sessions/NUCE_2113.vim @@ -0,0 +1,53 @@ +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 ~/Documents/Dane\'s\ Vault/300s\ School/NUCE\ 2113\ -\ Radiation\ Detection\ and\ Measurement +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 +13 Laboratory\ 9.md +argglobal +%argdel +edit Laboratory\ 9.md +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 &fdl = &fdl +let s:l = 13 - ((12 * winheight(0) + 30) / 61) +if s:l < 1 | let s:l = 1 | endif +keepjumps exe s:l +normal! zt +keepjumps 13 +normal! 047| +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 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 : diff --git a/300s School/NUCE 2113 - Radiation Detection and Measurement/NUCE 2113 - Radiation Detection and Measurement - README.md b/300s School/NUCE 2113 - Radiation Detection and Measurement/NUCE 2113 - Radiation Detection and Measurement - README.md index 2d174019..90207318 100644 --- a/300s School/NUCE 2113 - Radiation Detection and Measurement/NUCE 2113 - Radiation Detection and Measurement - README.md +++ b/300s School/NUCE 2113 - Radiation Detection and Measurement/NUCE 2113 - Radiation Detection and Measurement - README.md @@ -11,6 +11,7 @@ - [[Laboratory 6.md]] - [[Laboratory 7.md]] - [[Laboratory 8.md]] +- [[Laboratory 9.md]] - [[Laboratory_Report_7.pdf]] - [[Laboratory_Report_8.pdf]] - [[.~lock.lab4.ods#]]