Patch 8.2.4933

7 views
Skip to first unread message

Bram Moolenaar

unread,
May 10, 2022, 12:52:36 PM5/10/22
to vim...@googlegroups.com

Patch 8.2.4933
Problem: A few more capitalization mistakes in error messages.
Solution: Adjust capitalization. (Doug Kearns)
Files: src/errors.h


*** ../vim-8.2.4932/src/errors.h 2022-05-08 22:32:55.207569849 +0100
--- src/errors.h 2022-05-10 15:29:13.818705162 +0100
***************
*** 625,631 ****
// E256 unused
#ifdef FEAT_CSCOPE
EXTERN char e_cstag_tag_not_founc[]
! INIT(= N_("E257: cstag: tag not found"));
#endif
#ifdef FEAT_CLIENTSERVER
EXTERN char e_unable_to_send_to_client[]
--- 625,631 ----
// E256 unused
#ifdef FEAT_CSCOPE
EXTERN char e_cstag_tag_not_founc[]
! INIT(= N_("E257: cstag: Tag not found"));
#endif
#ifdef FEAT_CLIENTSERVER
EXTERN char e_unable_to_send_to_client[]
***************
*** 1000,1006 ****
EXTERN char e_garbage_after_pattern_str[]
INIT(= N_("E402: Garbage after pattern: %s"));
EXTERN char e_syntax_sync_line_continuations_pattern_specified_twice[]
! INIT(= N_("E403: syntax sync: line continuations pattern specified twice"));
EXTERN char e_illegal_arguments_str[]
INIT(= N_("E404: Illegal arguments: %s"));
EXTERN char e_missing_equal_sign_str[]
--- 1000,1006 ----
EXTERN char e_garbage_after_pattern_str[]
INIT(= N_("E402: Garbage after pattern: %s"));
EXTERN char e_syntax_sync_line_continuations_pattern_specified_twice[]
! INIT(= N_("E403: syntax sync: Line continuations pattern specified twice"));
EXTERN char e_illegal_arguments_str[]
INIT(= N_("E404: Illegal arguments: %s"));
EXTERN char e_missing_equal_sign_str[]
***************
*** 1073,1079 ****
EXTERN char e_terminal_capability_cm_required[]
INIT(= N_("E437: Terminal capability \"cm\" required"));
EXTERN char e_u_undo_line_numbers_wrong[]
! INIT(= N_("E438: u_undo: line numbers wrong"));
EXTERN char e_undo_list_corrupt[]
INIT(= N_("E439: Undo list corrupt"));
EXTERN char e_undo_line_missing[]
--- 1073,1079 ----
EXTERN char e_terminal_capability_cm_required[]
INIT(= N_("E437: Terminal capability \"cm\" required"));
EXTERN char e_u_undo_line_numbers_wrong[]
! INIT(= N_("E438: u_undo: Line numbers wrong"));
EXTERN char e_undo_list_corrupt[]
INIT(= N_("E439: Undo list corrupt"));
EXTERN char e_undo_line_missing[]
***************
*** 1603,1611 ****
#endif
#ifdef FEAT_JOB_CHANNEL
EXTERN char e_str_write_while_not_connected[]
! INIT(= N_("E630: %s(): write while not connected"));
EXTERN char e_str_write_failed[]
! INIT(= N_("E631: %s(): write failed"));
#endif
#ifdef FEAT_NETBEANS_INTG
EXTERN char e_invalid_buffer_identifier_in_getlength[]
--- 1603,1611 ----
#endif
#ifdef FEAT_JOB_CHANNEL
EXTERN char e_str_write_while_not_connected[]
! INIT(= N_("E630: %s(): Write while not connected"));
EXTERN char e_str_write_failed[]
! INIT(= N_("E631: %s(): Write failed"));
#endif
#ifdef FEAT_NETBEANS_INTG
EXTERN char e_invalid_buffer_identifier_in_getlength[]
*** ../vim-8.2.4932/src/version.c 2022-05-10 17:49:33.263775085 +0100
--- src/version.c 2022-05-10 17:51:22.055759619 +0100
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 4933,
/**/

--
"Hit any key to continue" it said, but nothing happened after F sharp.

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages