0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

runtime(doc): remove E1520 tag (#13289)

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
zeertzjq 2023-10-07 01:34:04 +08:00 committed by GitHub
parent fa145f2009
commit 27e12c7669
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 8 deletions

View File

@ -6690,8 +6690,6 @@ printf({fmt}, {expr1} ...) *printf()*
precision, the argument(s) to be used must also be specified precision, the argument(s) to be used must also be specified
using a {n$} positional argument specifier. See |printf-$|. using a {n$} positional argument specifier. See |printf-$|.
*E1520*
The conversion specifiers and their meanings are: The conversion specifiers and their meanings are:
*printf-d* *printf-b* *printf-B* *printf-o* *printf-d* *printf-b* *printf-B* *printf-o*
@ -6885,11 +6883,11 @@ printf({fmt}, {expr1} ...) *printf()*
%1$d at width %2$d is: %01$*2$.3$d %1$d at width %2$d is: %01$*2$.3$d
*E1507* *E1507*
This internal error indicates that the logic to This internal error indicates that the logic to parse a
parse a positional format error ran into a problem positional format argument ran into a problem that couldn't be
that couldn't be otherwise reported. Please file a otherwise reported. Please file a bug against Vim if you run
bug against vim if you run into this, copying the into this, copying the exact format string and parameters that
exact format string and parameters that were used. were used.
prompt_getprompt({buf}) *prompt_getprompt()* prompt_getprompt({buf}) *prompt_getprompt()*

View File

@ -4515,7 +4515,6 @@ E1508 editing.txt /*E1508*
E1509 editing.txt /*E1509* E1509 editing.txt /*E1509*
E151 helphelp.txt /*E151* E151 helphelp.txt /*E151*
E152 helphelp.txt /*E152* E152 helphelp.txt /*E152*
E1520 builtin.txt /*E1520*
E153 helphelp.txt /*E153* E153 helphelp.txt /*E153*
E154 helphelp.txt /*E154* E154 helphelp.txt /*E154*
E155 sign.txt /*E155* E155 sign.txt /*E155*