073263
To: vim_dev@googlegroups.com
073263
Subject: Patch 7.4.619
073263
Fcc: outbox
073263
From: Bram Moolenaar <Bram@moolenaar.net>
073263
Mime-Version: 1.0
073263
Content-Type: text/plain; charset=UTF-8
073263
Content-Transfer-Encoding: 8bit
073263
------------
073263
073263
Patch 7.4.618 (after 7.4.609)
073263
Problem:    luaV_setref() is missing a return statement. (Ozaki Kiichi)
073263
Solution:   Put the return statement back.
073263
Files:	    src/if_lua.c
073263
073263
073263
*** ../vim-7.4.617/src/if_lua.c	2015-02-03 12:55:11.136179596 +0100
073263
--- src/if_lua.c	2015-02-03 23:07:59.892636921 +0100
073263
***************
073263
*** 1547,1552 ****
073263
--- 1547,1553 ----
073263
  	abort = set_ref_in_item(&tv, copyID, NULL, NULL);
073263
      }
073263
      lua_pushinteger(L, abort);
073263
+     return 0;
073263
  }
073263
  
073263
      static int
073263
*** ../vim-7.4.617/src/version.c	2015-02-03 19:10:45.978888772 +0100
073263
--- src/version.c	2015-02-03 23:09:15.267493945 +0100
073263
***************
073263
*** 743,744 ****
073263
--- 743,746 ----
073263
  {   /* Add new patch number below this line */
073263
+ /**/
073263
+     618,
073263
  /**/
073263
073263
-- 
073263
hundred-and-one symptoms of being an internet addict:
073263
174. You know what a listserv is.
073263
073263
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
073263
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
073263
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
073263
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///