Mercurial > vim
comparison src/version.c @ 17401:5462bb963075 v8.1.1699
patch 8.1.1699: highlight_ga can be local instead of global
commit https://github.com/vim/vim/commit/2ac6e82a4ee06ab01905ba1f279d529de148a911
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Jul 15 22:40:22 2019 +0200
patch 8.1.1699: highlight_ga can be local instead of global
Problem: Highlight_ga can be local instead of global.
Solution: Move highlight_ga into highlight.c. (Yegappan Lakshmanan,
closes #4675)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 15 Jul 2019 22:45:07 +0200 |
parents | 859ac3df0b1f |
children | 9b6c0ef29c20 |
comparison
equal
deleted
inserted
replaced
17400:124b8dfb28b8 | 17401:5462bb963075 |
---|---|
775 NULL | 775 NULL |
776 }; | 776 }; |
777 | 777 |
778 static int included_patches[] = | 778 static int included_patches[] = |
779 { /* Add new patch number below this line */ | 779 { /* Add new patch number below this line */ |
780 /**/ | |
781 1699, | |
780 /**/ | 782 /**/ |
781 1698, | 783 1698, |
782 /**/ | 784 /**/ |
783 1697, | 785 1697, |
784 /**/ | 786 /**/ |