Tony wrote:
> On Wed, Nov 3, 2021 at 10:57 PM Bram Moolenaar <[email protected]> wrote: > > > > > > Patch 8.2.3578 > > Problem: Manipulating highlighting is complicated. > > Solution: Add the hlget() and hlset() functions. (Yegappan Lakshmanan, > > closes #9039) > > Files: runtime/doc/eval.txt, runtime/doc/syntax.txt, > > runtime/doc/usr_41.txt, runtime/doc/windows.txt, src/evalfunc.c, > > src/highlight.c, src/proto/highlight.pro, > > src/testdir/test_highlight.vim, > > src/testdir/test_vim9_builtin.vim > > > > This patch doesn't add patch number 3578 to src/version.c Weird, the script that generates the patch checks for that. This is the missing piece: *** ../vim-8.2.3577/src/version.c 2021-11-03 13:43:12.542316893 +0000 --- src/version.c 2021-11-03 21:54:38.205176733 +0000 *************** *** 759,760 **** --- 759,762 ---- { /* Add new patch number below this line */ + /**/ + 3578, /**/ -- A successful man is one who makes more money than his wife can spend. A successful woman is one who can find such a man. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/20211103223242.F0BA8C80053%40moolenaar.net.
