Patch 8.2.0126 (after 8.2.0124)
Problem: Textprop test fails.
Solution: Fix sign in computation.
Files: src/memline.c
*** ../vim-8.2.0125/src/memline.c 2020-01-17 19:12:00.668254968 +0100
--- src/memline.c 2020-01-17 20:59:29.404539739 +0100
***************
*** 5774,5780 ****
if (!(offset >= size
+ text_end - (int)((dp->db_index[idx]) & DB_INDEX_MASK)
#ifdef FEAT_PROP_POPUP
! - (long)(textprop_total - textprop_size)
#endif
+ ffdos))
break;
--- 5774,5780 ----
if (!(offset >= size
+ text_end - (int)((dp->db_index[idx]) & DB_INDEX_MASK)
#ifdef FEAT_PROP_POPUP
! - (long)(textprop_total + textprop_size)
#endif
+ ffdos))
break;
*** ../vim-8.2.0125/src/version.c 2020-01-17 19:32:14.747571995 +0100
--- src/version.c 2020-01-17 21:00:29.036270314 +0100
***************
*** 744,745 ****
--- 744,747 ----
{ /* Add new patch number below this line */
+ /**/
+ 126,
/**/
--
./configure
Checking whether build environment is sane ...
build environment is grinning and holding a spatula. Guess not.
/// Bram Moolenaar -- [email protected] -- 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 ///
--
--
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/202001172001.00HK1R2w028161%40masaka.moolenaar.net.