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 -- [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/20221104215938.1274B1C0739%40moolenaar.net.