commit | 58a7f87c8653b4cb5b0794b6b88e2ec140d3d2c3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 04 22:48:15 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 04 22:48:15 2019 +0200 |
tree | ae14bbba8af39f1d429ecfda0d2716a4ec05e15a | |
parent | a37833dbd7d3cb0fff4cbf0ba6e80d0ad55cd4b9 [diff] [blame] |
patch 8.1.1466: not updating priority on existing sign Problem: Not updating priority on existing sign. Solution: Set the sign priority. Add a test. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 6fcd057..7e64589 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1466, +/**/ 1465, /**/ 1464,