vault backup: 2025-03-24 10:18:05

This commit is contained in:
Dane Sabo 2025-03-24 10:18:05 -04:00
parent 8a5e264c96
commit fda2459bbb

View File

@ -18,7 +18,7 @@ badd +7 Cargo.toml
badd +17 src/main.rs
argglobal
%argdel
edit ~/Documents/Dane\'s\ Vault/3-99\ Research/Rust/Chapter\ 2\ -\ Guessing\ Game.md
edit src/main.rs
let s:save_splitbelow = &splitbelow
let s:save_splitright = &splitright
set splitbelow splitright
@ -38,7 +38,7 @@ set winwidth=1
exe 'vert 1resize ' . ((&columns * 95 + 95) / 190)
exe 'vert 2resize ' . ((&columns * 94 + 95) / 190)
argglobal
balt src/main.rs
balt Cargo.toml
setlocal fdm=manual
setlocal fde=0
setlocal fmr={{{,}}}
@ -49,12 +49,12 @@ setlocal fdn=20
setlocal fen
silent! normal! zE
let &fdl = &fdl
let s:l = 38 - ((37 * winheight(0) + 31) / 62)
let s:l = 17 - ((16 * winheight(0) + 31) / 62)
if s:l < 1 | let s:l = 1 | endif
keepjumps exe s:l
normal! zt
keepjumps 38
normal! 0
keepjumps 17
normal! 030|
wincmd w
argglobal
if bufexists(fnamemodify("Cargo.toml", ":p")) | buffer Cargo.toml | else | edit Cargo.toml | endif