To: vim_dev@googlegroups.com Subject: Patch 8.2.2676 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.2676 Problem: Missing error message. Solution: Add new error message. Files: src/errors.h *** ../vim-8.2.2675/src/errors.h 2021-03-28 20:38:30.540591499 +0200 --- src/errors.h 2021-03-29 20:44:04.010795448 +0200 *************** *** 393,395 **** --- 393,397 ---- INIT(= N_("E1177: For loop on %s not supported")); EXTERN char e_cannot_lock_unlock_local_variable[] INIT(= N_("E1178: Cannot lock or unlock a local variable")); + EXTERN char e_failed_to_extract_pwd_from_str_check_your_shell_config[] + INIT(= N_("E1179: Failed to extract PWD from %s, check your shell's config related to OSC 7")); *** ../vim-8.2.2675/src/version.c 2021-03-29 20:49:01.486055361 +0200 --- src/version.c 2021-03-29 21:05:52.439497672 +0200 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 2676, /**/ -- hundred-and-one symptoms of being an internet addict: 35. Your husband tells you he's had that beard for 2 months. /// Bram Moolenaar -- Bram@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 ///