vault backup: 2025-03-26 09:56:12
This commit is contained in:
parent
8673cbe603
commit
004586890a
53
.sessions/NUCE_2113.vim
Normal file
53
.sessions/NUCE_2113.vim
Normal file
@ -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("<sfile>: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("<sfile>: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 :
|
||||||
@ -11,6 +11,7 @@
|
|||||||
- [[Laboratory 6.md]]
|
- [[Laboratory 6.md]]
|
||||||
- [[Laboratory 7.md]]
|
- [[Laboratory 7.md]]
|
||||||
- [[Laboratory 8.md]]
|
- [[Laboratory 8.md]]
|
||||||
|
- [[Laboratory 9.md]]
|
||||||
- [[Laboratory_Report_7.pdf]]
|
- [[Laboratory_Report_7.pdf]]
|
||||||
- [[Laboratory_Report_8.pdf]]
|
- [[Laboratory_Report_8.pdf]]
|
||||||
- [[.~lock.lab4.ods#]]
|
- [[.~lock.lab4.ods#]]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user