vault backup: 2025-03-24 10:18:05
This commit is contained in:
parent
8a5e264c96
commit
fda2459bbb
@ -18,7 +18,7 @@ badd +7 Cargo.toml
|
|||||||
badd +17 src/main.rs
|
badd +17 src/main.rs
|
||||||
argglobal
|
argglobal
|
||||||
%argdel
|
%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_splitbelow = &splitbelow
|
||||||
let s:save_splitright = &splitright
|
let s:save_splitright = &splitright
|
||||||
set splitbelow splitright
|
set splitbelow splitright
|
||||||
@ -38,7 +38,7 @@ set winwidth=1
|
|||||||
exe 'vert 1resize ' . ((&columns * 95 + 95) / 190)
|
exe 'vert 1resize ' . ((&columns * 95 + 95) / 190)
|
||||||
exe 'vert 2resize ' . ((&columns * 94 + 95) / 190)
|
exe 'vert 2resize ' . ((&columns * 94 + 95) / 190)
|
||||||
argglobal
|
argglobal
|
||||||
balt src/main.rs
|
balt Cargo.toml
|
||||||
setlocal fdm=manual
|
setlocal fdm=manual
|
||||||
setlocal fde=0
|
setlocal fde=0
|
||||||
setlocal fmr={{{,}}}
|
setlocal fmr={{{,}}}
|
||||||
@ -49,12 +49,12 @@ setlocal fdn=20
|
|||||||
setlocal fen
|
setlocal fen
|
||||||
silent! normal! zE
|
silent! normal! zE
|
||||||
let &fdl = &fdl
|
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
|
if s:l < 1 | let s:l = 1 | endif
|
||||||
keepjumps exe s:l
|
keepjumps exe s:l
|
||||||
normal! zt
|
normal! zt
|
||||||
keepjumps 38
|
keepjumps 17
|
||||||
normal! 0
|
normal! 030|
|
||||||
wincmd w
|
wincmd w
|
||||||
argglobal
|
argglobal
|
||||||
if bufexists(fnamemodify("Cargo.toml", ":p")) | buffer Cargo.toml | else | edit Cargo.toml | endif
|
if bufexists(fnamemodify("Cargo.toml", ":p")) | buffer Cargo.toml | else | edit Cargo.toml | endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user