Mercurial > vim
comparison src/version.c @ 14915:f508bb2fb808 v8.1.0469
patch 8.1.0469: too often indexing in qf_lists[]
commit https://github.com/vim/vim/commit/108e7b422b7b59153dd5af1fb75e83fa36ff3db4
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Oct 11 17:39:12 2018 +0200
patch 8.1.0469: too often indexing in qf_lists[]
Problem: Too often indexing in qf_lists[].
Solution: Use a qf_list_T pointer. (Yegappan Lakshmanan)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 11 Oct 2018 17:45:07 +0200 |
parents | d4777be849d0 |
children | 6f2ce3b311de |
comparison
equal
deleted
inserted
replaced
14914:68eba5f83aed | 14915:f508bb2fb808 |
---|---|
790 NULL | 790 NULL |
791 }; | 791 }; |
792 | 792 |
793 static int included_patches[] = | 793 static int included_patches[] = |
794 { /* Add new patch number below this line */ | 794 { /* Add new patch number below this line */ |
795 /**/ | |
796 469, | |
795 /**/ | 797 /**/ |
796 468, | 798 468, |
797 /**/ | 799 /**/ |
798 467, | 800 467, |
799 /**/ | 801 /**/ |