]> granicus.if.org Git - vim/commitdiff
updated for version 7.2a-005 v7.2a.005
authorBram Moolenaar <Bram@vim.org>
Fri, 27 Jun 2008 19:17:34 +0000 (19:17 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 27 Jun 2008 19:17:34 +0000 (19:17 +0000)
src/eval.c
src/fileio.c
src/version.c

index 67880cfb7db532d52dee19b7401b5d4fd9c18305..3994b17274e8384651b8a493c9e0e7ae3e4b690a 100644 (file)
@@ -18502,11 +18502,11 @@ get_tv_number_chk(varp, denote)
            return (long)(varp->vval.v_number);
 #ifdef FEAT_FLOAT
        case VAR_FLOAT:
-           EMSG(_("E805: Using a Float as a number"));
+           EMSG(_("E805: Using a Float as a Number"));
            break;
 #endif
        case VAR_FUNC:
-           EMSG(_("E703: Using a Funcref as a number"));
+           EMSG(_("E703: Using a Funcref as a Number"));
            break;
        case VAR_STRING:
            if (varp->vval.v_string != NULL)
@@ -18514,10 +18514,10 @@ get_tv_number_chk(varp, denote)
                                                        TRUE, TRUE, &n, NULL);
            return n;
        case VAR_LIST:
-           EMSG(_("E745: Using a List as a number"));
+           EMSG(_("E745: Using a List as a Number"));
            break;
        case VAR_DICT:
-           EMSG(_("E728: Using a Dictionary as a number"));
+           EMSG(_("E728: Using a Dictionary as a Number"));
            break;
        default:
            EMSG2(_(e_intern2), "get_tv_number()");
index 8000e6226885c065c7e9c57f9141f70a6fd23b0c..bbe97c9366e44db491b2d44f103082e40b6a31b5 100644 (file)
@@ -3203,7 +3203,7 @@ buf_write(buf, fname, sfname, start, end, eap, append, forceit,
            else
            {
                errnum = (char_u *)"E656: ";
-               errmsg = (char_u *)_("NetBeans dissallows writes of unmodified buffers");
+               errmsg = (char_u *)_("NetBeans disallows writes of unmodified buffers");
                buffer = NULL;
                goto fail;
            }
index 18881a73ceaa691a4dc4ca87dbcf180a292c14c4..95d6d54f0be2946275fbfe2fa1f6ca92f1ad69ea 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    5,
 /**/
     4,
 /**/