commit | f1f0ff9557353c9a452aac8540411a88cf2da47c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 10 22:07:52 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 10 22:07:52 2020 +0200 |
tree | 2fcf31c5a43e97cfc97de171bbc1361ca1da403f | |
parent | 362b44bd4aa87a2aef0f8fd5a28d68dd09a7d909 [diff] [blame] |
patch 8.2.0954: not all desktop files are recognized Problem: Not all desktop files are recognized. Solution: Add the *.directory pattern. (Eisuke Kawashima, closes #3317)
diff --git a/src/version.c b/src/version.c index b30e557..63177cf 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 954, +/**/ 953, /**/ 952,