To: vim_dev@googlegroups.com Subject: Patch 9.0.0829 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0829 Problem: Wrong counts in macro comment. Solution: Update the value counts. (closes #11480) Files: src/vim.h *** ../vim-9.0.0828/src/vim.h 2022-10-15 11:47:54.217416750 +0100 --- src/vim.h 2022-11-04 21:56:06.030396703 +0000 *************** *** 1963,1970 **** #define MOUSE_COLOFF 10000 /* ! * jump_to_mouse() returns one of first four these values, possibly with ! * some of the other three added. */ #define IN_UNKNOWN 0 #define IN_BUFFER 1 --- 1963,1970 ---- #define MOUSE_COLOFF 10000 /* ! * jump_to_mouse() returns one of first five these values, possibly with ! * some of the other four added. */ #define IN_UNKNOWN 0 #define IN_BUFFER 1 *** ../vim-9.0.0828/src/version.c 2022-11-02 13:30:37.546314580 +0000 --- src/version.c 2022-11-04 21:57:52.854608137 +0000 *************** *** 697,698 **** --- 697,700 ---- { /* Add new patch number below this line */ + /**/ + 829, /**/ -- hundred-and-one symptoms of being an internet addict: 20. When looking at a pageful of someone else's links, you notice all of them are already highlighted in purple. /// 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 ///