Patch 8.2.1010
Problem: Build failure in libvterm with debug enabled. (John Little)
Solution: Use "->" instead of ".".
Files: src/libvterm/src/state.c
*** ../vim-8.2.1009/src/libvterm/src/state.c 2020-06-16 20:58:03.437240195 +0200
--- src/libvterm/src/state.c 2020-06-19 17:19:15.026015906 +0200
***************
*** 291,297 ****
if (state->pos.row >= state->rows)
{
! DEBUG_LOG2("libvterm: on_text() pos.row %d out of range (rows = %d)\n", state->pos.row, state.rows);
return 0;
}
// We'll have at most len codepoints, plus one from a previous incomplete
--- 291,297 ----
if (state->pos.row >= state->rows)
{
! DEBUG_LOG2("libvterm: on_text() pos.row %d out of range (rows = %d)\n", state->pos.row, state->rows);
return 0;
}
// We'll have at most len codepoints, plus one from a previous incomplete
*** ../vim-8.2.1009/src/version.c 2020-06-18 22:43:23.733327357 +0200
--- src/version.c 2020-06-19 17:20:23.713823412 +0200
***************
*** 756,757 ****
--- 756,759 ----
{ /* Add new patch number below this line */
+ /**/
+ 1010,
/**/
--
The war between Emacs and Vi is over. Vi has won with 3 to 1.
http://m.linuxjournal.com/files/linuxjournal.com/linuxjournal/articles/030/3044/3044s1.html
/// 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 ///