vault backup: 2025-03-24 10:28:02

This commit is contained in:
Dane Sabo 2025-03-24 10:28:02 -04:00
parent fda2459bbb
commit b2cef75a0b

View File

@ -13,8 +13,8 @@ if &shortmess =~ 'A'
else
set shortmess=aoO
endif
badd +40 custom/mappings.lua
badd +27 custom/language_specific_commands/rust.lua
badd +7 custom/mappings.lua
badd +60 custom/language_specific_commands/rust.lua
argglobal
%argdel
edit custom/language_specific_commands/rust.lua
@ -30,12 +30,12 @@ setlocal fdn=20
setlocal fen
silent! normal! zE
let &fdl = &fdl
let s:l = 27 - ((26 * winheight(0) + 31) / 62)
let s:l = 60 - ((57 * winheight(0) + 31) / 62)
if s:l < 1 | let s:l = 1 | endif
keepjumps exe s:l
normal! zt
keepjumps 27
normal! 0
keepjumps 60
normal! 031|
tabnext 1
if exists('s:wipebuf') && len(win_findbuf(s:wipebuf)) == 0 && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal'
silent exe 'bwipe ' . s:wipebuf
@ -49,6 +49,7 @@ if filereadable(s:sx)
endif
let &g:so = s:so_save | let &g:siso = s:siso_save
set hlsearch
nohlsearch
doautoall SessionLoadPost
unlet SessionLoad
" vim: set ft=vim :