Patch 8.1.2298

13 views
Skip to first unread message

Bram Moolenaar

unread,
Nov 13, 2019, 10:38:29 AM11/13/19
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- 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 ///
Reply all
Reply to author
Forward
0 new messages