Mercurial > vim
changeset 33493:6c369db2e3be
runtime(doc): remove E1520 tag (#13289)
Commit: https://github.com/vim/vim/commit/27e12c7669e36a8f60fefa9db9a08024efeb06e8
Author: zeertzjq <zeertzjq@outlook.com>
Date: Sat Oct 7 01:34:04 2023 +0800
runtime(doc): remove E1520 tag (https://github.com/vim/vim/issues/13289)
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Fri, 06 Oct 2023 19:45:04 +0200 |
parents | 9255ce8532a4 |
children | 8b7a2ea22a86 |
files | runtime/doc/builtin.txt runtime/doc/tags |
diffstat | 2 files changed, 5 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/runtime/doc/builtin.txt +++ b/runtime/doc/builtin.txt @@ -6690,8 +6690,6 @@ printf({fmt}, {expr1} ...) *printf()* precision, the argument(s) to be used must also be specified using a {n$} positional argument specifier. See |printf-$|. - - *E1520* The conversion specifiers and their meanings are: *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 *E1507* - This internal error indicates that the logic to - parse a positional format error ran into a problem - that couldn't be otherwise reported. Please file a - bug against vim if you run into this, copying the - exact format string and parameters that were used. + This internal error indicates that the logic to parse a + positional format argument ran into a problem that couldn't be + otherwise reported. Please file a bug against Vim if you run + into this, copying the exact format string and parameters that + were used. prompt_getprompt({buf}) *prompt_getprompt()*