commit | d6105cb4085ad166910897a640693d3bada603e1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 13 19:06:27 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 13 19:06:27 2018 +0200 |
tree | 703f714dd1e7e65c7df4a370683373c8939b3766 | |
parent | 6cdb2c9811c33dbd312a5a2b711ee83f512ae7b2 [diff] [blame] |
patch 8.1.0473: user doesn't notice file does not exist when swap file does Problem: User doesn't notice file does not exist when swap file does. Solution: Add a note that the file cannot be found. Make the "still running" notice stand out.
diff --git a/src/version.c b/src/version.c index 1d1c1b2..995adff 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 473, +/**/ 472, /**/ 471,