To: vim_dev@googlegroups.com Subject: Patch 8.2.4267 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.4267 Problem: Unused entry in keymap enum. Solution: Remove the entry. Files: src/keymap.h *** ../vim-8.2.4266/src/keymap.h 2022-01-15 18:25:04.661419379 +0000 --- src/keymap.h 2022-01-31 10:54:03.157526436 +0000 *************** *** 150,158 **** */ enum key_extra { ! KE_NAME = 3 // name of this terminal entry ! ! , KE_S_UP = 4 // shift-up , KE_S_DOWN = 5 // shift-down , KE_S_F1 = 6 // shifted function keys --- 150,156 ---- */ enum key_extra { ! KE_S_UP = 4 // shift-up , KE_S_DOWN = 5 // shift-down , KE_S_F1 = 6 // shifted function keys *************** *** 253,259 **** , KE_CSI = 81 // CSI typed directly , KE_SNR = 82 // , KE_PLUG = 83 // ! , KE_CMDWIN = 84 // open command-line window from Command-line Mode , KE_C_LEFT = 85 // control-left , KE_C_RIGHT = 86 // control-right --- 251,258 ---- , KE_CSI = 81 // CSI typed directly , KE_SNR = 82 // , KE_PLUG = 83 // ! , KE_CMDWIN = 84 // open command-line window from Command-line ! // Mode , KE_C_LEFT = 85 // control-left , KE_C_RIGHT = 86 // control-right *** ../vim-8.2.4266/src/version.c 2022-01-30 19:37:46.738366658 +0000 --- src/version.c 2022-01-31 11:28:40.582210355 +0000 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 4267, /**/ -- Any resemblance between the above views and those of my employer, my terminal, or the view out my window are purely coincidental. Any resemblance between the above and my own views is non-deterministic. The question of the existence of views in the absence of anyone to hold them is left as an exercise for the reader. The question of the existence of the reader is left as an exercise for the second god coefficient. (A discussion of non-orthogonal, non-integral polytheism is beyond the scope of this article.) (Ralph Jennings) /// 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 ///