comparison src/version.c @ 22033:cdf95988615a v8.2.1566

patch 8.2.1566: not all Bazel files are recognized Commit: https://github.com/vim/vim/commit/4488f5a545691ca4c8802bad0d70a5e750fc8844 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 2 17:08:59 2020 +0200 patch 8.2.1566: not all Bazel files are recognized Problem: Not all Bazel files are recognized. Solution: Add *.bazel and *.BUILD. (closes https://github.com/vim/vim/issues/6836)
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Sep 2020 17:15:03 +0200
parents f33de1c1eb4a
children 7ebb419ebc35
comparison
equal deleted inserted replaced
22032:089b4044883f 22033:cdf95988615a
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1566,
757 /**/ 759 /**/
758 1565, 760 1565,
759 /**/ 761 /**/
760 1564, 762 1564,
761 /**/ 763 /**/