-*quickref.txt* For Vim version 9.2. Last change: 2026 Apr 15
+*quickref.txt* For Vim version 9.2. Last change: 2026 Apr 21
VIM REFERENCE MANUAL by Bram Moolenaar
'scrollfocus' 'scf' scroll wheel applies to window under pointer
'scrolljump' 'sj' minimum number of lines to scroll
'scrolloff' 'so' minimum nr. of lines above and below cursor
-'scrolloffpad' 'sop' keep 'scrolloff' context at end of file
+'scrolloffpad' 'sop' vertically center cursor at end of file
'scrollopt' 'sbo' how 'scrollbind' should behave
'sections' 'sect' nroff macros that separate sections
'secure' secure mode for reading .vimrc in current dir
-*version9.txt* For Vim version 9.2. Last change: 2026 Apr 20
+*version9.txt* For Vim version 9.2. Last change: 2026 Apr 21
VIM REFERENCE MANUAL by Bram Moolenaar
Options: ~
'modelinestrict' Only allow safe options to be set from a modeline.
-'pumopt' Additional options for the popup menu
-'scrolloffpad' Keep 'scrolloff' context at end of file
+'pumopt' Additional options for the popup menu.
+'scrolloffpad' Vertically center cursor at end of file.
'statuslineopt' Extra window-local options for the 'statusline', to
configure the height.
't_BS' Begin synchronized update.
" These commands create the option window.
"
" Maintainer: The Vim Project <https://github.com/vim/vim>
-" Last Change: 2026 Apr 15
+" Last Change: 2026 Apr 21
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" If there already is an option window, jump to that one.
call <SID>BinOptionL("sms")
call <SID>AddOption("scrolloff", gettext("number of screen lines to show around the cursor"))
call append("$", " \tset so=" . &so)
-call <SID>AddOption("scrolloffpad", gettext("keep 'scrolloff' context even at end of file"))
+call <SID>AddOption("scrolloffpad", gettext("vertically center cursor even at end of file"))
call append("$", " \tset sop=" . &sop)
call <SID>AddOption("wrap", gettext("long lines wrap"))
call append("$", "\t" .. s:local_to_window)
msgstr ""
"Project-Id-Version: Vim\n"
"Report-Msgid-Bugs-To: vim-dev@vim.org\n"
-"POT-Creation-Date: 2026-04-20 17:54+0000\n"
+"POT-Creation-Date: 2026-04-21 19:33+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgid "number of screen lines to show around the cursor"
msgstr ""
-msgid "keep 'scrolloff' context even at end of file"
+msgid "vertically center cursor even at end of file"
msgstr ""
msgid "long lines wrap"