commit | 45d3b1454c1001001ef97746556d3142788a8383 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 09 03:31:51 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 09 03:31:51 2013 +0100 |
tree | 7978ed006e36ad2984ec3afda7b1027b8f4dca30 | |
parent | 815135e4082dce22a264cc1f176187221d5313cf [diff] [blame] |
updated for version 7.4.082 Problem: Using "gf" in a changed buffer suggests adding "!", which is not possible. (Tim Chase) Solution: Pass a flag to check_changed() wether adding ! make sense.
diff --git a/src/version.c b/src/version.c index fdde4a9..e4b039e 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 82, +/**/ 81, /**/ 80,