Patch 8.2.1464

3 views
Skip to first unread message

Bram Moolenaar

unread,
Aug 15, 2020, 4:49:23 PM8/15/20
to vim...@googlegroups.com

Patch 8.2.1464
Problem: Vim9: build warning for unused variable.
Solution: Delete the variable declaration.
Files: src/vim9execute.c


*** ../vim-8.2.1463/src/vim9execute.c 2020-08-15 22:14:49.051890442 +0200
--- src/vim9execute.c 2020-08-15 22:47:51.894015828 +0200
***************
*** 2291,2297 ****
int is_slice = iptr->isn_type == ISN_LISTSLICE;
list_T *list;
varnumber_T n1, n2;
- listitem_T *li;

// list index: list is at stack-2, index at stack-1
// list slice: list is at stack-3, indexes at stack-2 and
--- 2291,2296 ----
*** ../vim-8.2.1463/src/version.c 2020-08-15 22:14:49.055890417 +0200
--- src/version.c 2020-08-15 22:48:27.201807331 +0200
***************
*** 756,757 ****
--- 756,759 ----
{ /* Add new patch number below this line */
+ /**/
+ 1464,
/**/

--
hundred-and-one symptoms of being an internet addict:
215. Your mouse-clicking forearm rivals Popeye's.

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