commit | 162b71479bd4dcdb3a2ef9198a1444f6f99e6843 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 21 15:17:36 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 21 15:17:36 2018 +0100 |
tree | edd67e40cafeff24ad1631f9035ecc132e73b22b | |
parent | 48f377a476e4a3312aa0e3535aba170484b59483 [diff] [blame] |
patch 8.1.0614: placing signs can be complicated Problem: Placing signs can be complicated. Solution: Add functions for defining and placing signs. Introduce a group name to avoid different plugins using the same signs. (Yegappan Lakshmanan, closes #3652)
diff --git a/src/version.c b/src/version.c index c6d55d8..d59c9a2 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 614, +/**/ 613, /**/ 612,