To: vim_dev@googlegroups.com Subject: Patch 7.4.1583 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.1583 Problem: Warning for unitinialized variable. Solution: Initialize it. (Dominique) Files: src/ex_cmds2.c *** ../vim-7.4.1582/src/ex_cmds2.c 2016-03-15 23:10:26.408712137 +0100 --- src/ex_cmds2.c 2016-03-16 23:22:25.123811070 +0100 *************** *** 1179,1185 **** { timer_T *timer; long this_due; ! long next_due; proftime_T now; int did_one = FALSE; # ifdef WIN3264 --- 1179,1185 ---- { timer_T *timer; long this_due; ! long next_due = -1; proftime_T now; int did_one = FALSE; # ifdef WIN3264 *** ../vim-7.4.1582/src/version.c 2016-03-16 22:52:08.143036320 +0100 --- src/version.c 2016-03-16 23:23:03.119409796 +0100 *************** *** 750,751 **** --- 750,753 ---- { /* Add new patch number below this line */ + /**/ + 1583, /**/ -- hundred-and-one symptoms of being an internet addict: 59. Your wife says communication is important in a marriage...so you buy another computer and install a second phone line so the two of you can chat. /// Bram Moolenaar -- Bram@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 ///