commit | 5f36d5fbb836e6fdeb9e3b2c26edb88e45150db4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 26 20:23:45 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 26 20:23:45 2020 +0200 |
tree | 863f22cc278ceeaefb95a791fa46507a0f12a470 | |
parent | cf8441704d6e517bda1899f4afa82c6b4eecbaec [diff] [blame] |
patch 8.2.1060: not all elinks files are recognized Problem: Not all elinks files are recognized. Solution: Just check for "elinks.conf". (Guido Cella, closes #6337)
diff --git a/src/version.c b/src/version.c index aff4583..ca08dff 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1060, +/**/ 1059, /**/ 1058,