mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
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:
@@ -306,6 +306,7 @@ BufUnload Before unloading a buffer, when the text in
|
||||
going to exit.
|
||||
NOTE: Current buffer "%" is not the target
|
||||
buffer "<afile>", "<abuf>". |<buffer=abuf>|
|
||||
*E1546*
|
||||
Do not switch buffers or windows!
|
||||
Not triggered when exiting and v:dying is 2 or
|
||||
more.
|
||||
|
@@ -1359,7 +1359,7 @@ A jump table for the options with a short description can be found at |Q_op|.
|
||||
This option cannot be set from a |modeline| or in the |sandbox|, for
|
||||
security reasons.
|
||||
|
||||
*'chistory'* *'chi'*
|
||||
*'chistory'* *'chi'* *E1542* *E1543*
|
||||
'chistory' 'chi' number (default 10)
|
||||
global
|
||||
Number of quickfix lists that should be remembered for the quickfix
|
||||
|
@@ -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',
|
||||
},
|
||||
|
Reference in New Issue
Block a user