To: vim_dev@googlegroups.com Subject: Patch 8.2.2383 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.2383 Problem: Focus escape sequences are not named in ":set termcap" output. Solution: Add the names to the list. (closes #7718) Files: src/misc2.c *** ../vim-8.2.2382/src/misc2.c 2020-11-12 14:20:32.021927293 +0100 --- src/misc2.c 2021-01-21 13:34:45.956827094 +0100 *************** *** 2531,2536 **** --- 2531,2538 ---- {K_CURSORHOLD, (char_u *)"CursorHold"}, {K_IGNORE, (char_u *)"Ignore"}, {K_COMMAND, (char_u *)"Cmd"}, + {K_FOCUSGAINED, (char_u *)"FocusGained"}, + {K_FOCUSLOST, (char_u *)"FocusLost"}, {0, NULL} // NOTE: When adding a long name update MAX_KEY_NAME_LEN. }; *** ../vim-8.2.2382/src/version.c 2021-01-21 13:03:01.622038860 +0100 --- src/version.c 2021-01-21 13:34:22.272884944 +0100 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 2383, /**/ -- Some of the well known MS-Windows errors: EMULTI Multitasking attempted, system confused EKEYBOARD Keyboard locked, try getting out of this one! EXPLAIN Unexplained error, please tell us what happened EFUTURE Reserved for our future mistakes /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///