File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6884,6 +6884,14 @@ printf({fmt}, {expr1} ...) *printf()*
68846884< E1505: Invalid format specifier:
68856885 %1$d at width %2$d is: %01$*2$.3$d
68866886
6887+ *E1507*
6888+ This internal error indicates that the logic to
6889+ parse a positional format error ran into a problem
6890+ that couldn't be otherwise reported. Please file a
6891+ bug against vim if you run into this, copying the
6892+ exact format string and parameters that were used.
6893+
6894+
68876895prompt_getprompt({buf} ) *prompt_getprompt()*
68886896 Returns the effective prompt text for buffer {buf} . {buf} can
68896897 be a buffer name or number. See | prompt-buffer | .
Original file line number Diff line number Diff line change @@ -4510,6 +4510,7 @@ E1503 builtin.txt /*E1503*
45104510E1504 builtin.txt /*E1504*
45114511E1505 builtin.txt /*E1505*
45124512E1506 editing.txt /*E1506*
4513+ E1507 builtin.txt /*E1507*
45134514E1508 editing.txt /*E1508*
45144515E1509 editing.txt /*E1509*
45154516E151 helphelp.txt /*E151*
Original file line number Diff line number Diff line change @@ -3554,10 +3554,9 @@ EXTERN char e_invalid_format_specifier_str[]
35543554 INIT (= N_ ("E1505: Invalid format specifier: %s" ));
35553555EXTERN char e_xattr_erange []
35563556 INIT (= N_ ("E1506: Buffer too small to copy xattr value or key" ));
3557+ EXTERN char e_aptypes_is_null_nr_str []
3558+ INIT (= "E1507: Internal error: ap_types or ap_types[idx] is NULL: %d: %s" );
35573559EXTERN char e_xattr_e2big []
35583560 INIT (= N_ ("E1508: Size of the extended attribute value is larger than the maximum size allowed" ));
35593561EXTERN char e_xattr_other []
35603562 INIT (= N_ ("E1509: Error occured when reading or writing extended attribute" ));
3561- // E1507, E1509 - E1519 unused
3562- EXTERN char e_aptypes_is_null_nr_str []
3563- INIT (= "E1520: Internal error: ap_types or ap_types[idx] is NULL: %d: %s" );
Original file line number Diff line number Diff line change @@ -704,6 +704,8 @@ static char *(features[]) =
704704
705705static int included_patches [] =
706706{ /* Add new patch number below this line */
707+ /**/
708+ 1990 ,
707709/**/
708710 1989 ,
709711/**/
You can’t perform that action at this time.
0 commit comments