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 -- [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/202006191522.05JFMWlD636830%40masaka.moolenaar.net.