commit | d0380dc7820828cb7faa06138d4e86a63c1d755d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 05 21:25:34 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 05 21:25:34 2019 +0200 |
tree | ff8d0b96a71a567cc954bdba58c4de9c95136fbc | |
parent | d6ec1730bab0ef4a472637ffe5796d1351442308 [diff] [blame] |
patch 8.1.1468: the generated desktop files may be invalid Problem: The generated desktop files may be invalid. Solution: Check validity with desktop-file-validate. (Christian Brabandt, Will Thompson, closes #4480)
diff --git a/src/version.c b/src/version.c index de5e0ab..443a114 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1468, +/**/ 1467, /**/ 1466,