vault backup: 2025-03-25 10:26:01

This commit is contained in:
Dane Sabo 2025-03-25 10:26:01 -04:00
parent da8edf4956
commit dc6bc7a3d4
2 changed files with 10 additions and 8 deletions

View File

@ -16,7 +16,7 @@ endif
badd +22 Chapter\ 2\ -\ Guessing\ Game.md
badd +6 guessing_game/Cargo.toml
badd +35 guessing_game/src/main.rs
badd +1 Chapter\ 3\ -\ Common\ Programming\ Concepts.md
badd +38 Chapter\ 3\ -\ Common\ Programming\ Concepts.md
argglobal
%argdel
edit guessing_game/src/main.rs
@ -50,11 +50,11 @@ setlocal fdn=20
setlocal fen
silent! normal! zE
let &fdl = &fdl
let s:l = 35 - ((34 * winheight(0) + 32) / 64)
let s:l = 34 - ((33 * winheight(0) + 32) / 64)
if s:l < 1 | let s:l = 1 | endif
keepjumps exe s:l
normal! zt
keepjumps 35
keepjumps 34
normal! 02|
wincmd w
argglobal
@ -73,13 +73,14 @@ setlocal fdn=20
setlocal fen
silent! normal! zE
let &fdl = &fdl
let s:l = 1 - ((0 * winheight(0) + 32) / 64)
let s:l = 38 - ((32 * winheight(0) + 32) / 64)
if s:l < 1 | let s:l = 1 | endif
keepjumps exe s:l
normal! zt
keepjumps 1
normal! 0
keepjumps 38
normal! 075|
wincmd w
2wincmd w
exe 'vert 1resize ' . ((&columns * 92 + 93) / 186)
exe 'vert 2resize ' . ((&columns * 93 + 93) / 186)
tabnext 1

View File

@ -1,8 +1,9 @@
---
title: Run n Shower
allDay: false
startTime: 10:00
endTime: 11:00
startTime: 20:30
endTime: 21:30
date: 2025-03-25
completed: null
type: single
---