Mercurial > vim
comparison src/version.c @ 9591:201773c00b96 v7.4.2073
commit https://github.com/vim/vim/commit/68015bbd846181d49842d6ef60246c4195d20b89
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Jul 19 21:05:21 2016 +0200
patch 7.4.2073
Problem: rgb.txt is read for every color name.
Solution: Load rgb.txt once. (Christian Brabandt) Add a test.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 19 Jul 2016 21:15:05 +0200 |
parents | bf204ab1ce7d |
children | 8dced5ab4615 |
comparison
equal
deleted
inserted
replaced
9590:628cf2af3da0 | 9591:201773c00b96 |
---|---|
756 NULL | 756 NULL |
757 }; | 757 }; |
758 | 758 |
759 static int included_patches[] = | 759 static int included_patches[] = |
760 { /* Add new patch number below this line */ | 760 { /* Add new patch number below this line */ |
761 /**/ | |
762 2073, | |
761 /**/ | 763 /**/ |
762 2072, | 764 2072, |
763 /**/ | 765 /**/ |
764 2071, | 766 2071, |
765 /**/ | 767 /**/ |