Patch 8.1.2298 (after 8.1.2296)
Problem: Missing part of 8.1.2296.
Solution: s/test/text/
Files: src/textprop.c
*** ../vim-8.1.2297/src/textprop.c 2019-11-02 22:54:37.409188799 +0100
--- src/textprop.c 2019-11-12 22:42:15.659867872 +0100
***************
*** 749,754 ****
--- 749,755 ----
return;
STRCPY(prop->pt_name, name);
prop->pt_id = ++proptype_id;
+ prop->pt_flags = PT_FLAG_COMBINE;
htp = buf == NULL ? &global_proptypes : &buf->b_proptypes;
if (*htp == NULL)
{
*** ../vim-8.1.2297/src/version.c 2019-11-12 22:59:46.556547871 +0100
--- src/version.c 2019-11-13 16:36:12.151716150 +0100
***************
*** 743,744 ****
--- 743,746 ----
{ /* Add new patch number below this line */
+ /**/
+ 2298,
/**/
--
hundred-and-one symptoms of being an internet addict:
84. Books in your bookcase bear the names Bongo, WinSock and Inside OLE
/// 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/201911131538.xADFcJMi016850%40masaka.moolenaar.net.