vim-patch:8.2.2440: documentation based on patches is outdated (#39144)

Problem:    Documentation based on patches is outdated.
Solution:   Add changes to documentation in a patch.

853886722c

Trailing space was removed in later patches.
Also fix a few more misplaced error numbers from #8155.

Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
zeertzjq
2026-04-17 09:50:03 +08:00
committed by GitHub
parent f0a8e6f337
commit 39410ef42b
11 changed files with 22 additions and 17 deletions

View File

@@ -5007,6 +5007,7 @@ local options = {
redraw = { 'statuslines', 'current_buffer' },
scope = { 'buf' },
short_desc = N_('name of a keyboard mapping'),
tags = { 'E544' },
type = 'string',
varname = 'p_keymap',
},