commit | c024b4667875e5bc6fd0ed791530e33c3161bff7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 08 18:07:21 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 08 18:07:21 2019 +0200 |
tree | 4b7c358c24cb5f5d6d36a40250afbd44eaf6dda7 | |
parent | aef5c62a6fff7654bb8df7b9359e811f7a6e428f [diff] [blame] |
patch 8.1.1498: ":write" increments b:changedtick even though nothing changed Problem: ":write" increments b:changedtick even though nothing changed. (Daniel Hahler) Solution: Only increment b:changedtick if the modified flag is reset.
diff --git a/src/version.c b/src/version.c index 8aac5d5..79b0d55 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1498, +/**/ 1497, /**/ 1496,