commit | d4a1aabe372ccb95aec968f4d54503231b1f956c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 08 15:10:34 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 08 15:10:34 2018 +0200 |
tree | bcd3a51108783c971915671b2d8cfcf4d56cab0a | |
parent | 198cb66d652d3d8ac16226dcc929a11b0b720151 [diff] [blame] |
patch 8.1.0352: browsing compressed tar files does not always work Problem: Browsing compressed tar files does not always work. Solution: Use the "file" command to get the compression type.
diff --git a/src/version.c b/src/version.c index ba1ac1a..772acc9 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 352, +/**/ 351, /**/ 350,