diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2026-04-22 09:55:48 +0800 |
|---|---|---|
| committer | zeertzjq <zeertzjq@outlook.com> | 2026-04-22 10:14:53 +0800 |
| commit | 25b7fe5ada09a987352298f3674dc36f6409ece8 (patch) | |
| tree | ab817505804e15d855741d930499c7b6275a86d2 /src/nvim | |
| parent | 8f1e14ffa28787fc4faa8b645f378c23735f5bbe (diff) | |
vim-patch:3918f32: runtime(doc): fix incorrect description of 'scrolloffpad'
closes: vim/vim#20029
https://github.com/vim/vim/commit/3918f3232f874b3c96f8bfccc5049711f16c252e
Diffstat (limited to 'src/nvim')
| -rw-r--r-- | src/nvim/options.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua index d749aefa00..666888abcd 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -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', }, |
