mirror of
https://github.com/neovim/neovim.git
synced 2026-08-27 01:21:48 +00:00
vim-patch:3918f32: runtime(doc): fix incorrect description of 'scrolloffpad'
closes: vim/vim#20029
3918f3232f
This commit is contained in:
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user