Patch 7.3.1195
Problem: Compiler warning for unitialized variable. (Tony Mechelynck)
Solution: Set the length to the matching backref.
Files: src/regexp.c
*** ../vim-7.3.1194/src/regexp.c 2013-06-14 20:31:20.000000000 +0200
--- src/regexp.c 2013-06-14 22:46:22.000000000 +0200
***************
*** 5026,5032 ****
reg_startpos[no].col,
reg_endpos[no].lnum,
reg_endpos[no].col,
! NULL);
}
}
}
--- 5026,5032 ----
reg_startpos[no].col,
reg_endpos[no].lnum,
reg_endpos[no].col,
! &len);
}
}
}
*** ../vim-7.3.1194/src/version.c 2013-06-14 22:33:47.000000000 +0200
--- src/version.c 2013-06-14 22:42:13.000000000 +0200
***************
*** 730,731 ****
--- 730,733 ----
{ /* Add new patch number below this line */
+ /**/
+ 1195,
/**/
--
hundred-and-one symptoms of being an internet addict:
208. Your goals for the future are obtaining an T1 connection and
a 130 gig hard drive.
/// 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].
For more options, visit https://groups.google.com/groups/opt_out.