vim-patch:9.1.1698: Some error numbers are not documented (#35522)

Problem:  Some error numbers are not documented
          (Restorer)
Solution: Document missing error numbers (Yegappan Lakshmanan).

fixes: vim/vim#18114
closes: vim/vim#18135

5e27058fc4

Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
This commit is contained in:
zeertzjq
2025-08-28 08:15:06 +08:00
committed by GitHub
parent 24020ef2dd
commit 2ac00f1350
3 changed files with 3 additions and 1 deletions

View File

@@ -1205,6 +1205,7 @@ local options = {
full_name = 'chistory',
scope = { 'global' },
short_desc = N_('number of quickfix lists stored in history'),
tags = { 'E1542', 'E1543' },
type = 'number',
varname = 'p_chi',
},