Patch 8.2.1094
Problem: Dead code in libvterm.
Solution: Remove condition that is always true.
Files: src/libvterm/src/pen.c
*** ../vim-8.2.1093/src/libvterm/src/pen.c 2020-05-27 21:22:10.184851569
+0200
--- src/libvterm/src/pen.c 2020-06-29 23:12:33.705436029 +0200
***************
*** 106,113 ****
}
lookup_colour_palette(state, args[0], col);
!
! return argcount ? 1 : 0;
default:
DEBUG_LOG1("Unrecognised colour palette %d\n", palette);
--- 106,112 ----
}
lookup_colour_palette(state, args[0], col);
! return 1;
default:
DEBUG_LOG1("Unrecognised colour palette %d\n", palette);
*** ../vim-8.2.1093/src/version.c 2020-06-29 23:07:40.046628613 +0200
--- src/version.c 2020-06-29 23:13:25.701221501 +0200
***************
*** 756,757 ****
--- 756,759 ----
{ /* Add new patch number below this line */
+ /**/
+ 1094,
/**/
--
This message contains 78% recycled characters.
/// 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/202006292115.05TLFGxf727812%40masaka.moolenaar.net.