summaryrefslogtreecommitdiff
path: root/src/fileio.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-06-27 05:18:54 +0200
committerBram Moolenaar <Bram@vim.org>2010-06-27 05:18:54 +0200
commit730cde924cea50977bdbfa5b977180bfaa188a27 (patch)
treec0570ec54157923527d3da2d10c31782738d532d /src/fileio.c
parenta800b42975f7a62282cb90d8c61ef3cff2fe810a (diff)
downloadvim-git-730cde924cea50977bdbfa5b977180bfaa188a27.tar.gz
Added ":earlier 1f" and ":later 1f".
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 967f49ea4..cdbd01a12 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -4879,6 +4879,7 @@ restore_backup:
{
unchanged(buf, TRUE);
u_unchanged(buf);
+ u_update_save_nr(buf);
}
/*