]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.193 v7.4.193
authorBram Moolenaar <Bram@vim.org>
Sat, 8 Mar 2014 15:13:44 +0000 (16:13 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 8 Mar 2014 15:13:44 +0000 (16:13 +0100)
Problem:    Typos in messages.
Solution:   "then" -> "than". (Dominique Pelle)

src/if_py_both.h
src/spell.c
src/version.c

index 2442220c083a57a27394d20c4637a4cdb17c2e76..4c9dd8b20545a0791d8d8dd3dfe2934617cdac59 100644 (file)
@@ -236,7 +236,7 @@ NumberToLong(PyObject *obj, long *result, int flags)
        if (*result <= 0)
        {
            PyErr_SET_STRING(PyExc_ValueError,
-                   N_("number must be greater then zero"));
+                   N_("number must be greater than zero"));
            return -1;
        }
     }
@@ -2405,7 +2405,7 @@ ListAssSlice(ListObject *self, Py_ssize_t first,
        if ((item = PyIter_Next(iterator)))
        {
            PyErr_FORMAT(PyExc_ValueError,
-                   N_("attempt to assign sequence of size greater then %d "
+                   N_("attempt to assign sequence of size greater than %d "
                        "to extended slice"), 0);
            Py_DECREF(item);
            ret = -1;
@@ -2510,7 +2510,7 @@ ListAssSlice(ListObject *self, Py_ssize_t first,
        {
            Py_DECREF(iterator);
            PyErr_FORMAT(PyExc_ValueError,
-                   N_("attempt to assign sequence of size greater then %d "
+                   N_("attempt to assign sequence of size greater than %d "
                        "to extended slice"), (int) slicelen);
            list_restore(numadded, numreplaced, slicelen, l, lis, lastaddedli);
            PyMem_Free(lis);
index fd7e4e173723eb37d5f33d2543ed0ba915012812..82bf2dba6df635638ec147a488024f0f1ab83719 100644 (file)
@@ -12037,7 +12037,7 @@ suggest_trie_walk(su, lp, fword, soundfold)
                /* Normal byte, go one level deeper.  If it's not equal to the
                 * byte in the bad word adjust the score.  But don't even try
                 * when the byte was already changed.  And don't try when we
-                * just deleted this byte, accepting it is always cheaper then
+                * just deleted this byte, accepting it is always cheaper than
                 * delete + substitute. */
                if (c == fword[sp->ts_fidx]
 #ifdef FEAT_MBYTE
index 9c0945e2574fb4b3ab991bc85a91591bf8779429..c3776acaf58ad5dbc145e5f88f0d6ccecb5f5d26 100644 (file)
@@ -738,6 +738,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    193,
 /**/
     192,
 /**/