updated for version 7.1-169
diff --git a/src/eval.c b/src/eval.c
index 80b206a..8f6fcf3 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -15826,7 +15826,7 @@
FILE *fd;
if (check_restricted() || check_secure())
- return;
+ goto done;
if (argvars[1].v_type != VAR_UNKNOWN)
{
@@ -15837,7 +15837,7 @@
if ((infile = vim_tempname('i')) == NULL)
{
EMSG(_(e_notmp));
- return;
+ goto done;
}
fd = mch_fopen((char *)infile, WRITEBIN);
diff --git a/src/version.c b/src/version.c
index 1ae453c..240fd89 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 169,
+/**/
168,
/**/
167,