commit | 8a52ba791893fd55c5bdf98825c5b3e8892eaa62 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 02 14:45:56 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 02 14:45:56 2015 +0100 |
tree | fde65bdc06186e7c3e049f9ad3ef1dbb96e2266b | |
parent | 1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a [diff] [blame] |
patch 7.4.906 Problem: On MS-Windows the viminfo file is (always) given the hidden attribute. (raulnac) Solution: Check the hidden attribute in a different way. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 4f461fe..8e20841 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 906, +/**/ 905, /**/ 904,