vim-patch:3918f32: runtime(doc): fix incorrect description of 'scrolloffpad'

closes: vim/vim#20029

3918f3232f
This commit is contained in:
zeertzjq
2026-04-22 09:55:48 +08:00
parent 8f1e14ffa2
commit 25b7fe5ada
4 changed files with 4 additions and 4 deletions

View File

@@ -7272,7 +7272,7 @@ local options = {
]=],
full_name = 'scrolloffpad',
scope = { 'global', 'win' },
short_desc = N_("keep 'scrolloff' context even at end of file"),
short_desc = N_('vertically center cursor even at end of file'),
type = 'number',
varname = 'p_sop',
},