073263
To: vim_dev@googlegroups.com
073263
Subject: Patch 7.4.193
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.193
073263
Problem:    Typos in messages.
073263
Solution:   "then" -> "than". (Dominique Pelle)
073263
Files:	    src/if_py_both.h, src/spell.c
073263
073263
073263
*** ../vim-7.4.192/src/if_py_both.h	2014-02-15 15:58:55.081904773 +0100
073263
--- src/if_py_both.h	2014-03-08 16:10:46.015459417 +0100
073263
***************
073263
*** 236,242 ****
073263
  	if (*result <= 0)
073263
  	{
073263
  	    PyErr_SET_STRING(PyExc_ValueError,
073263
! 		    N_("number must be greater then zero"));
073263
  	    return -1;
073263
  	}
073263
      }
073263
--- 236,242 ----
073263
  	if (*result <= 0)
073263
  	{
073263
  	    PyErr_SET_STRING(PyExc_ValueError,
073263
! 		    N_("number must be greater than zero"));
073263
  	    return -1;
073263
  	}
073263
      }
073263
***************
073263
*** 2405,2411 ****
073263
  	if ((item = PyIter_Next(iterator)))
073263
  	{
073263
  	    PyErr_FORMAT(PyExc_ValueError,
073263
! 		    N_("attempt to assign sequence of size greater then %d "
073263
  			"to extended slice"), 0);
073263
  	    Py_DECREF(item);
073263
  	    ret = -1;
073263
--- 2405,2411 ----
073263
  	if ((item = PyIter_Next(iterator)))
073263
  	{
073263
  	    PyErr_FORMAT(PyExc_ValueError,
073263
! 		    N_("attempt to assign sequence of size greater than %d "
073263
  			"to extended slice"), 0);
073263
  	    Py_DECREF(item);
073263
  	    ret = -1;
073263
***************
073263
*** 2510,2516 ****
073263
  	{
073263
  	    Py_DECREF(iterator);
073263
  	    PyErr_FORMAT(PyExc_ValueError,
073263
! 		    N_("attempt to assign sequence of size greater then %d "
073263
  			"to extended slice"), (int) slicelen);
073263
  	    list_restore(numadded, numreplaced, slicelen, l, lis, lastaddedli);
073263
  	    PyMem_Free(lis);
073263
--- 2510,2516 ----
073263
  	{
073263
  	    Py_DECREF(iterator);
073263
  	    PyErr_FORMAT(PyExc_ValueError,
073263
! 		    N_("attempt to assign sequence of size greater than %d "
073263
  			"to extended slice"), (int) slicelen);
073263
  	    list_restore(numadded, numreplaced, slicelen, l, lis, lastaddedli);
073263
  	    PyMem_Free(lis);
073263
*** ../vim-7.4.192/src/spell.c	2014-02-23 22:52:33.372764715 +0100
073263
--- src/spell.c	2014-03-08 16:10:46.019459417 +0100
073263
***************
073263
*** 12037,12043 ****
073263
  		/* Normal byte, go one level deeper.  If it's not equal to the
073263
  		 * byte in the bad word adjust the score.  But don't even try
073263
  		 * when the byte was already changed.  And don't try when we
073263
! 		 * just deleted this byte, accepting it is always cheaper then
073263
  		 * delete + substitute. */
073263
  		if (c == fword[sp->ts_fidx]
073263
  #ifdef FEAT_MBYTE
073263
--- 12037,12043 ----
073263
  		/* Normal byte, go one level deeper.  If it's not equal to the
073263
  		 * byte in the bad word adjust the score.  But don't even try
073263
  		 * when the byte was already changed.  And don't try when we
073263
! 		 * just deleted this byte, accepting it is always cheaper than
073263
  		 * delete + substitute. */
073263
  		if (c == fword[sp->ts_fidx]
073263
  #ifdef FEAT_MBYTE
073263
*** ../vim-7.4.192/src/version.c	2014-02-24 03:31:55.816738026 +0100
073263
--- src/version.c	2014-03-08 16:11:51.591460422 +0100
073263
***************
073263
*** 740,741 ****
073263
--- 740,743 ----
073263
  {   /* Add new patch number below this line */
073263
+ /**/
073263
+     193,
073263
  /**/
073263
073263
-- 
073263
BEDEVERE: How do you know so much about swallows?
073263
ARTHUR:   Well you have to know these things when you're a king, you know.
073263
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
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    ///