commit | 64416127fc184b5544530afe818722679158f059 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 07 21:37:13 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 07 21:37:13 2019 +0200 |
tree | 1e40693c42ae723795302899e98b4c8b2314c808 | |
parent | 150f0550f45b836200a189e4d34417f4d3467455 [diff] [blame] |
patch 8.1.1489: sign order wrong when priority was changed Problem: Sign order wrong when priority was changed. Solution: Reorder signs when priority is changed. (Yegappan Lakshmanan, closes #4502)
diff --git a/src/version.c b/src/version.c index 90ee247..f63c5f3 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1489, +/**/ 1488, /**/ 1487,