Patch 8.0.0799
Problem: Missing semicolon.
Solution: Add it.
Files: src/terminal.c
*** ../vim-8.0.0798/src/terminal.c 2017-07-28 22:29:31.587928642 +0200
--- src/terminal.c 2017-07-28 23:15:16.016565896 +0200
***************
*** 1607,1613 ****
term->tl_winpty_config = NULL;
if (term->tl_vterm != NULL)
vterm_free(term->tl_vterm);
! term->tl_vterm = NULL
}
/*
--- 1607,1613 ----
term->tl_winpty_config = NULL;
if (term->tl_vterm != NULL)
vterm_free(term->tl_vterm);
! term->tl_vterm = NULL;
}
/*
*** ../vim-8.0.0798/src/version.c 2017-07-28 22:29:31.595928583 +0200
--- src/version.c 2017-07-28 23:15:43.700373941 +0200
***************
*** 771,772 ****
--- 771,774 ----
{ /* Add new patch number below this line */
+ /**/
+ 799,
/**/
--
Facepalm statement #8: "Drive faster, the petrol is running out"
/// 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].
For more options, visit https://groups.google.com/d/optout.