summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2026-04-22 09:55:48 +0800
committerzeertzjq <zeertzjq@outlook.com>2026-04-22 10:14:53 +0800
commit25b7fe5ada09a987352298f3674dc36f6409ece8 (patch)
treeab817505804e15d855741d930499c7b6275a86d2 /src/nvim
parent8f1e14ffa28787fc4faa8b645f378c23735f5bbe (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.lua2
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',
},