This commit is contained in:
tavo-wasd 2023-10-30 12:46:01 -06:00
parent 78be32c9a1
commit aef0087e2d

View file

@ -20,12 +20,12 @@ silent! normal! zE
88,90fold 88,90fold
91,97fold 91,97fold
let &fdl = &fdl let &fdl = &fdl
let s:l = 107 - ((59 * winheight(0) + 23) / 47) let s:l = 126 - ((56 * winheight(0) + 23) / 47)
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 107 keepjumps 126
normal! 0 normal! 018|
let &g:so = s:so_save | let &g:siso = s:siso_save let &g:so = s:so_save | let &g:siso = s:siso_save
set hlsearch set hlsearch
nohlsearch nohlsearch