Patch 8.2.1094

3 views
Skip to first unread message

Bram Moolenaar

unread,
Jun 29, 2020, 5:15:23 PM6/29/20
to vim...@googlegroups.com, Paul "LeoNerd" Evans

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 -- 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