commit | 147e7d0caba8b66ff11622e514142bcc3d24403a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 18 21:46:47 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 18 21:46:47 2019 +0100 |
tree | 0858ea89583697da7e21d0c3fa20a9022a52dc53 | |
parent | 1ac56c2d11da5ffa44db23e1fd0c533d02ab2f66 [diff] |
patch 8.1.0771: some shell filetype patterns end in a star Problem: Some shell filetype patterns end in a star. Solution: Make sure that patterns not ending in a star are preferred.
diff --git a/src/version.c b/src/version.c index 217d13d..1c76457 100644 --- a/src/version.c +++ b/src/version.c
@@ -792,6 +792,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 771, +/**/ 770, /**/ 769,