Patch 8.1.1383
Problem: Warning for size_t/int mixup.
Solution: Change type. (Mike Williams)
Files: src/search.c
*** ../vim-8.1.1382/src/search.c 2019-05-24 13:22:17.863644567 +0200
--- src/search.c 2019-05-24 17:54:27.864058079 +0200
***************
*** 1382,1388 ****
{
char_u *trunc;
char_u off_buf[40];
! int off_len = 0;
// Compute msg_row early.
msg_start();
--- 1382,1388 ----
{
char_u *trunc;
char_u off_buf[40];
! size_t off_len = 0;
// Compute msg_row early.
msg_start();
*** ../vim-8.1.1382/src/version.c 2019-05-24 17:32:57.351719237 +0200
--- src/version.c 2019-05-24 17:55:41.619471579 +0200
***************
*** 769,770 ****
--- 769,772 ----
{ /* Add new patch number below this line */
+ /**/
+ 1383,
/**/
--
Giving a commit hash to refer to a patch is like giving longitude and
lattitude to refer to a city.
/// 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/201905241556.x4OFuSt6000611%40masaka.moolenaar.net.
For more options, visit https://groups.google.com/d/optout.