073263
To: vim_dev@googlegroups.com
073263
Subject: Patch 7.4.621
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.621 (after 7.4.619)
073263
Problem:    Returning 1 in the wrong function. (Raymond Ko)
073263
Solution:   Return 1 in the right function (hopefully).
073263
Files:	    src/if_lua.c
073263
073263
073263
*** ../vim-7.4.620/src/if_lua.c	2015-02-04 22:02:33.184877183 +0100
073263
--- src/if_lua.c	2015-02-04 23:01:52.189364426 +0100
073263
***************
073263
*** 1517,1523 ****
073263
  	return 0;
073263
      }
073263
      luaV_totypval(L, -1, rettv);
073263
!     return 1;
073263
  }
073263
  
073263
      static int
073263
--- 1517,1523 ----
073263
  	return 0;
073263
      }
073263
      luaV_totypval(L, -1, rettv);
073263
!     return 0;
073263
  }
073263
  
073263
      static int
073263
***************
073263
*** 1548,1554 ****
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
--- 1548,1554 ----
073263
  	abort = set_ref_in_item(&tv, copyID, NULL, NULL);
073263
      }
073263
      lua_pushinteger(L, abort);
073263
!     return 1;
073263
  }
073263
  
073263
      static int
073263
*** ../vim-7.4.620/src/version.c	2015-02-04 23:06:39.453536117 +0100
073263
--- src/version.c	2015-02-04 23:07:28.484882812 +0100
073263
***************
073263
*** 743,744 ****
073263
--- 743,746 ----
073263
  {   /* Add new patch number below this line */
073263
+ /**/
073263
+     621,
073263
  /**/
073263
073263
-- 
073263
hundred-and-one symptoms of being an internet addict:
073263
178. You look for an icon to double-click to open your bedroom window.
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    ///