commit | e3303cb0817e826e3c25d5dc4ac10b569d0841e1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 31 18:29:46 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 31 18:29:46 2015 +0100 |
tree | 8d417b8b4a9b50ab81d4bc738a3b84937fed5f8a | |
parent | 96c664af27ec9535f2c3cd9b889faad3e9460ad6 [diff] [blame] |
patch 7.4.1007 Problem: When a symbolic link points to a file in the root directory, the swapfile is not correct. Solution: Do not try getting the full name of a file in the root directory. (Milly, closes #501)
diff --git a/src/version.c b/src/version.c index 965eec4..089546f 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1007, +/**/ 1006, /**/ 1005,