commit | ab3022196ea4f1496e79b8ee85996e31c45d02f1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 26 20:59:29 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 26 20:59:29 2016 +0200 |
tree | c9d57bbbf6bd04b868aedda4b36f54be119339bd | |
parent | 674127e1801fd02ff07dddf0dc3bf0d8cce68997 [diff] [blame] |
patch 7.4.1792 Problem: Color name decoding is implemented several times. Solution: Move it to term.c. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index a2553e6..8b713ca 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1792, +/**/ 1791, /**/ 1790,