Patch 8.2.0374
Problem: Using wrong printf directive for jump location.
Solution: Change "%lld" to "%d". (James McCoy, closes #5773)
Files: src/vim9execute.c
*** ../vim-8.2.0373/src/vim9execute.c 2020-03-04 22:20:23.366900841 +0100
--- src/vim9execute.c 2020-03-12 19:11:10.438428687 +0100
***************
*** 1998,2004 ****
when = "JUMP_AND_KEEP_IF_FALSE";
break;
}
! smsg("%4d %s -> %lld", current, when,
iptr->isn_arg.jump.jump_where);
}
break;
--- 2013,2019 ----
when = "JUMP_AND_KEEP_IF_FALSE";
break;
}
! smsg("%4d %s -> %d", current, when,
iptr->isn_arg.jump.jump_where);
}
break;
*** ../vim-8.2.0373/src/version.c 2020-03-11 19:29:57.857088795 +0100
--- src/version.c 2020-03-12 19:14:02.489481013 +0100
***************
*** 740,741 ****
--- 740,743 ----
{ /* Add new patch number below this line */
+ /**/
+ 374,
/**/
--
A man is incomplete until he's married ... and then he's finished!
/// 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/202003121817.02CIHToZ011888%40masaka.moolenaar.net.