vault backup: 2025-03-31 15:45:04

This commit is contained in:
Dane Sabo 2025-03-31 15:45:04 -04:00
parent 486ae117f8
commit 0ad80463b6
2 changed files with 61 additions and 18 deletions

View File

@ -13,13 +13,31 @@ if &shortmess =~ 'A'
else
set shortmess=aoO
endif
badd +27 OT_Emulation_Data_Broker/Endpoint/EndPoint_v2.py
badd +1 OT_Emulation_Data_Broker/Endpoint/Endpoint_Notes.md
badd +387 OT_Emulation_Data_Broker/Endpoint/EndPoint.py
badd +1 OT_Emulation_Data_Broker/Endpoint_Refactored/Endpoint.py
argglobal
%argdel
edit OT_Emulation_Data_Broker/Endpoint/EndPoint_v2.py
edit OT_Emulation_Data_Broker/Endpoint/EndPoint.py
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 * 94 + 95) / 190)
exe 'vert 2resize ' . ((&columns * 95 + 95) / 190)
argglobal
balt OT_Emulation_Data_Broker/Endpoint/Endpoint_Notes.md
balt OT_Emulation_Data_Broker/Endpoint_Refactored/Endpoint.py
setlocal fdm=manual
setlocal fde=0
setlocal fmr={{{,}}}
@ -30,12 +48,39 @@ setlocal fdn=20
setlocal fen
silent! normal! zE
let &fdl = &fdl
let s:l = 27 - ((26 * winheight(0) + 31) / 62)
let s:l = 387 - ((29 * winheight(0) + 31) / 62)
if s:l < 1 | let s:l = 1 | endif
keepjumps exe s:l
normal! zt
keepjumps 27
normal! 024|
keepjumps 387
normal! 0
wincmd w
argglobal
if bufexists(fnamemodify("OT_Emulation_Data_Broker/Endpoint_Refactored/Endpoint.py", ":p")) | buffer OT_Emulation_Data_Broker/Endpoint_Refactored/Endpoint.py | else | edit OT_Emulation_Data_Broker/Endpoint_Refactored/Endpoint.py | endif
if &buftype ==# 'terminal'
silent file OT_Emulation_Data_Broker/Endpoint_Refactored/Endpoint.py
endif
balt OT_Emulation_Data_Broker/Endpoint/EndPoint.py
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 = 1 - ((0 * winheight(0) + 31) / 62)
if s:l < 1 | let s:l = 1 | endif
keepjumps exe s:l
normal! zt
keepjumps 1
normal! 0
wincmd w
2wincmd w
exe 'vert 1resize ' . ((&columns * 94 + 95) / 190)
exe 'vert 2resize ' . ((&columns * 95 + 95) / 190)
tabnext 1
if exists('s:wipebuf') && len(win_findbuf(s:wipebuf)) == 0 && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal'
silent exe 'bwipe ' . s:wipebuf
@ -43,6 +88,8 @@ endif
unlet! s:wipebuf
set winheight=1 winwidth=20
let &shortmess = s:shortmess_save
let &winminheight = s:save_winminheight
let &winminwidth = s:save_winminwidth
let s:sx = expand("<sfile>:p:r")."x.vim"
if filereadable(s:sx)
exe "source " . fnameescape(s:sx)

View File

@ -13,17 +13,13 @@ if &shortmess =~ 'A'
else
set shortmess=aoO
endif
badd +17 ~/.config/nvim/lua/custom/plugins.lua
badd +51 ~/.config/nvim/lua/custom/configs/lspconfig.lua
badd +6 custom/configs/rust-tools.lua
badd +6 custom/init.lua
badd +91 ~/.config/nvim/lua/custom/chadrc.lua
badd +7 custom/language_specific_commands/markdown.lua
badd +16 ~/.config/nvim/lua/custom/plugins.lua
badd +8 ~/.config/nvim/lua/custom/configs/lspconfig.lua
argglobal
%argdel
edit custom/init.lua
edit ~/.config/nvim/lua/custom/plugins.lua
argglobal
balt ~/.config/nvim/lua/custom/chadrc.lua
balt ~/.config/nvim/lua/custom/configs/lspconfig.lua
setlocal fdm=manual
setlocal fde=0
setlocal fmr={{{,}}}
@ -34,12 +30,12 @@ setlocal fdn=20
setlocal fen
silent! normal! zE
let &fdl = &fdl
let s:l = 6 - ((5 * winheight(0) + 33) / 67)
let s:l = 16 - ((15 * winheight(0) + 31) / 62)
if s:l < 1 | let s:l = 1 | endif
keepjumps exe s:l
normal! zt
keepjumps 6
normal! 0
keepjumps 16
normal! 029|
tabnext 1
if exists('s:wipebuf') && len(win_findbuf(s:wipebuf)) == 0 && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal'
silent exe 'bwipe ' . s:wipebuf