summaryrefslogtreecommitdiffstats
path: root/src/fileio.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-09-20 23:22:24 +0000
committerBram Moolenaar <Bram@vim.org>2005-09-20 23:22:24 +0000
commitbfd8fc0529f46612f7b3efca6c7b3305e70ac374 (patch)
treef6b8a9bdb8bf573cea7862b3ab5ad41dfb5d1b46 /src/fileio.c
parent60a795aad6ade281146a5343b416f21825af5364 (diff)
updated for version 7.0149v7.0149
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/fileio.c b/src/fileio.c
index d49d87b693..916fdcb5d9 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -3483,12 +3483,11 @@ buf_write(buf, fname, sfname, start, end, eap, append, forceit,
}
if (backup != NULL)
{
-
/*
- * Delete any existing backup and move the current version to
- * the backup. For safety, we don't remove the backup until
- * the write has finished successfully. And if the 'backup'
- * option is set, leave it around.
+ * Delete any existing backup and move the current version
+ * to the backup. For safety, we don't remove the backup
+ * until the write has finished successfully. And if the
+ * 'backup' option is set, leave it around.
*/
/*
* If the renaming of the original file to the backup file