updated for version 7.2a-005
diff --git a/src/eval.c b/src/eval.c
index 67880cf..3994b17 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -18502,11 +18502,11 @@
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 @@
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()");
diff --git a/src/fileio.c b/src/fileio.c
index 8000e62..bbe97c9 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -3203,7 +3203,7 @@
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;
}
diff --git a/src/version.c b/src/version.c
index 18881a7..95d6d54 100644
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 5,
+/**/
4,
/**/
3,