vault backup: 2025-03-23 13:26:40
This commit is contained in:
parent
dd38fa99cc
commit
b149f08889
@ -3,7 +3,7 @@ let s:so_save = &g:so | let s:siso_save = &g:siso | setg so=0 siso=0 | setl so=-
|
|||||||
let v:this_session=expand("<sfile>:p")
|
let v:this_session=expand("<sfile>:p")
|
||||||
silent only
|
silent only
|
||||||
silent tabonly
|
silent tabonly
|
||||||
cd ~/Documents/Dane\'s\ Vault/3-99\ Research/Rust
|
cd ~/Documents/Dane\'s\ Vault/3-99\ Research/Rust/guessing_game
|
||||||
if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == ''
|
if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == ''
|
||||||
let s:wipebuf = bufnr('%')
|
let s:wipebuf = bufnr('%')
|
||||||
endif
|
endif
|
||||||
@ -13,13 +13,55 @@ if &shortmess =~ 'A'
|
|||||||
else
|
else
|
||||||
set shortmess=aoO
|
set shortmess=aoO
|
||||||
endif
|
endif
|
||||||
badd +1 term://~/Documents/Dane\'s\ Vault/3-99\ Research/Rust//184966:/bin/bash
|
badd +1 ~/Documents/Dane\'s\ Vault/3-99\ Research/Rust/Chapter\ 2\ -\ Guessing\ Game.md
|
||||||
badd +1 Chapter\ 2\ -\ Guessing\ Game.md
|
badd +1 Cargo.toml
|
||||||
|
badd +15 src/main.rs
|
||||||
argglobal
|
argglobal
|
||||||
%argdel
|
%argdel
|
||||||
edit Chapter\ 2\ -\ Guessing\ Game.md
|
edit src/main.rs
|
||||||
|
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 'vert 1resize ' . ((&columns * 93 + 93) / 186)
|
||||||
|
exe 'vert 2resize ' . ((&columns * 92 + 93) / 186)
|
||||||
argglobal
|
argglobal
|
||||||
balt term://~/Documents/Dane\'s\ Vault/3-99\ Research/Rust//184966:/bin/bash
|
balt Cargo.toml
|
||||||
|
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 = 15 - ((14 * winheight(0) + 32) / 64)
|
||||||
|
if s:l < 1 | let s:l = 1 | endif
|
||||||
|
keepjumps exe s:l
|
||||||
|
normal! zt
|
||||||
|
keepjumps 15
|
||||||
|
normal! 0
|
||||||
|
wincmd w
|
||||||
|
argglobal
|
||||||
|
if bufexists(fnamemodify("Cargo.toml", ":p")) | buffer Cargo.toml | else | edit Cargo.toml | endif
|
||||||
|
if &buftype ==# 'terminal'
|
||||||
|
silent file Cargo.toml
|
||||||
|
endif
|
||||||
|
balt ~/Documents/Dane\'s\ Vault/3-99\ Research/Rust/Chapter\ 2\ -\ Guessing\ Game.md
|
||||||
setlocal fdm=manual
|
setlocal fdm=manual
|
||||||
setlocal fde=0
|
setlocal fde=0
|
||||||
setlocal fmr={{{,}}}
|
setlocal fmr={{{,}}}
|
||||||
@ -36,6 +78,9 @@ keepjumps exe s:l
|
|||||||
normal! zt
|
normal! zt
|
||||||
keepjumps 1
|
keepjumps 1
|
||||||
normal! 0
|
normal! 0
|
||||||
|
wincmd w
|
||||||
|
exe 'vert 1resize ' . ((&columns * 93 + 93) / 186)
|
||||||
|
exe 'vert 2resize ' . ((&columns * 92 + 93) / 186)
|
||||||
tabnext 1
|
tabnext 1
|
||||||
if exists('s:wipebuf') && len(win_findbuf(s:wipebuf)) == 0 && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal'
|
if exists('s:wipebuf') && len(win_findbuf(s:wipebuf)) == 0 && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal'
|
||||||
silent exe 'bwipe ' . s:wipebuf
|
silent exe 'bwipe ' . s:wipebuf
|
||||||
@ -43,12 +88,15 @@ endif
|
|||||||
unlet! s:wipebuf
|
unlet! s:wipebuf
|
||||||
set winheight=1 winwidth=20
|
set winheight=1 winwidth=20
|
||||||
let &shortmess = s:shortmess_save
|
let &shortmess = s:shortmess_save
|
||||||
|
let &winminheight = s:save_winminheight
|
||||||
|
let &winminwidth = s:save_winminwidth
|
||||||
let s:sx = expand("<sfile>:p:r")."x.vim"
|
let s:sx = expand("<sfile>:p:r")."x.vim"
|
||||||
if filereadable(s:sx)
|
if filereadable(s:sx)
|
||||||
exe "source " . fnameescape(s:sx)
|
exe "source " . fnameescape(s:sx)
|
||||||
endif
|
endif
|
||||||
let &g:so = s:so_save | let &g:siso = s:siso_save
|
let &g:so = s:so_save | let &g:siso = s:siso_save
|
||||||
set hlsearch
|
set hlsearch
|
||||||
|
nohlsearch
|
||||||
doautoall SessionLoadPost
|
doautoall SessionLoadPost
|
||||||
unlet SessionLoad
|
unlet SessionLoad
|
||||||
" vim: set ft=vim :
|
" vim: set ft=vim :
|
||||||
|
|||||||
@ -1,10 +1,10 @@
|
|||||||
# Table of Contents for guessing_game-3c79m7o2q95ks
|
# Table of Contents for guessing_game-3c79m7o2q95ks
|
||||||
|
|
||||||
## Subdirectories
|
## Subdirectories
|
||||||
- [[s-h5r4gssop2-0rc7vrx-117rnjfu8v615nzldzsl2fa44/s-h5r4gssop2-0rc7vrx-117rnjfu8v615nzldzsl2fa44 - README]]
|
- [[s-h5r4jrl33n-0m2g8yq-e0q2iqrazys9mq429pz3n38gl/s-h5r4jrl33n-0m2g8yq-e0q2iqrazys9mq429pz3n38gl - README]]
|
||||||
|
|
||||||
## Files
|
## Files
|
||||||
- [[s-h5r4gssop2-0rc7vrx.lock]]
|
- [[s-h5r4jrl33n-0m2g8yq.lock]]
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
|
|
||||||
|
|||||||
@ -0,0 +1,11 @@
|
|||||||
|
# Table of Contents for s-h5r4jrl33n-0m2g8yq-e0q2iqrazys9mq429pz3n38gl
|
||||||
|
|
||||||
|
## Files
|
||||||
|
- [[dep-graph.bin]]
|
||||||
|
- [[query-cache.bin]]
|
||||||
|
- [[s-h5r4gssop2-0rc7vrx-117rnjfu8v615nzldzsl2fa44 - README.md]]
|
||||||
|
- [[work-products.bin]]
|
||||||
|
|
||||||
|
## Summary
|
||||||
|
|
||||||
|
Generated by llama3.2:latest
|
||||||
@ -1,10 +1,10 @@
|
|||||||
# Table of Contents for guessing_game-3eo4ntpny4h5t
|
# Table of Contents for guessing_game-3eo4ntpny4h5t
|
||||||
|
|
||||||
## Subdirectories
|
## Subdirectories
|
||||||
- [[s-h5r4hgejah-1x7lexz-5pnprhzr0i1ql3nfevjlw2li9/s-h5r4hgejah-1x7lexz-5pnprhzr0i1ql3nfevjlw2li9 - README]]
|
- [[s-h5r4jvzcsi-0u73cl7-46u59kmnruidmug4b1u4mdir5/s-h5r4jvzcsi-0u73cl7-46u59kmnruidmug4b1u4mdir5 - README]]
|
||||||
|
|
||||||
## Files
|
## Files
|
||||||
- [[s-h5r4hgejah-1x7lexz.lock]]
|
- [[s-h5r4jvzcsi-0u73cl7.lock]]
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
|
|
||||||
|
|||||||
@ -0,0 +1,26 @@
|
|||||||
|
# Table of Contents for s-h5r4jvzcsi-0u73cl7-46u59kmnruidmug4b1u4mdir5
|
||||||
|
|
||||||
|
## Files
|
||||||
|
- [[0hmhzah0xz0ldc54yitfzhinu.o]]
|
||||||
|
- [[2qb37lax45q3qqhglwkq2bqoe.o]]
|
||||||
|
- [[3xxo0ywh4jwoop4tmynoa4oj9.o]]
|
||||||
|
- [[65iiefuqa1anzx2yrhk3tip1f.o]]
|
||||||
|
- [[6buz999czulrez50iqjtallum.o]]
|
||||||
|
- [[7n0mjgyxyukrhco6id8j06qy6.o]]
|
||||||
|
- [[86balm2tql534b3eav1f10uhb.o]]
|
||||||
|
- [[8nwhzgo98e3eei493ddtwl9av.o]]
|
||||||
|
- [[8rdijkdr728u421q8s9a2au3j.o]]
|
||||||
|
- [[a0u5dq50nbqopy8enba5ldr4p.o]]
|
||||||
|
- [[ag1n1m6lveotv7cvqwqmj4qpv.o]]
|
||||||
|
- [[ajhymgqclalb709axsrpuasoc.o]]
|
||||||
|
- [[d2v98bc9n1whov19wxz0mjvuf.o]]
|
||||||
|
- [[d77tamf6dubic086hby0gqk4z.o]]
|
||||||
|
- [[dep-graph.bin]]
|
||||||
|
- [[dotliy1e82ylyo0twle62fnmx.o]]
|
||||||
|
- [[query-cache.bin]]
|
||||||
|
- [[s-h5r4hgejah-1x7lexz-5pnprhzr0i1ql3nfevjlw2li9 - README.md]]
|
||||||
|
- [[work-products.bin]]
|
||||||
|
|
||||||
|
## Summary
|
||||||
|
|
||||||
|
Generated by llama3.2:latest
|
||||||
@ -1,10 +1,10 @@
|
|||||||
# Table of Contents for guessing_game-3skr8lvfr5r0x
|
# Table of Contents for guessing_game-3skr8lvfr5r0x
|
||||||
|
|
||||||
## Subdirectories
|
## Subdirectories
|
||||||
- [[s-h5r4gssot1-0wykppe-2qm66bxea1npqxfjt84y2333t/s-h5r4gssot1-0wykppe-2qm66bxea1npqxfjt84y2333t - README]]
|
- [[s-h5r4jrl27p-0j3ufa0-37hch585ypgthaokn9je3na5a/s-h5r4jrl27p-0j3ufa0-37hch585ypgthaokn9je3na5a - README]]
|
||||||
|
|
||||||
## Files
|
## Files
|
||||||
- [[s-h5r4gssot1-0wykppe.lock]]
|
- [[s-h5r4jrl27p-0j3ufa0.lock]]
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
|
|
||||||
|
|||||||
@ -0,0 +1,11 @@
|
|||||||
|
# Table of Contents for s-h5r4jrl27p-0j3ufa0-37hch585ypgthaokn9je3na5a
|
||||||
|
|
||||||
|
## Files
|
||||||
|
- [[dep-graph.bin]]
|
||||||
|
- [[query-cache.bin]]
|
||||||
|
- [[s-h5r4gssot1-0wykppe-2qm66bxea1npqxfjt84y2333t - README.md]]
|
||||||
|
- [[work-products.bin]]
|
||||||
|
|
||||||
|
## Summary
|
||||||
|
|
||||||
|
Generated by llama3.2:latest
|
||||||
Loading…
x
Reference in New Issue
Block a user