comparison src/version.c @ 17736:83a290940bd3 v8.1.1865

patch 8.1.1865: spellrare and spellrepall in the wrong order commit https://github.com/vim/vim/commit/a3891681f72fd9efdea6444620d787358850d823 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 16 22:42:13 2019 +0200 patch 8.1.1865: spellrare and spellrepall in the wrong order Problem: Spellrare and spellrepall in the wrong order. Solution: Put spellrare below spellrepall. (closes https://github.com/vim/vim/issues/4820)
author Bram Moolenaar <Bram@vim.org>
date Fri, 16 Aug 2019 22:45:03 +0200
parents c92899aa761a
children f800c3d8ca1b
comparison
equal deleted inserted replaced
17735:4c661754e75b 17736:83a290940bd3
767 NULL 767 NULL
768 }; 768 };
769 769
770 static int included_patches[] = 770 static int included_patches[] =
771 { /* Add new patch number below this line */ 771 { /* Add new patch number below this line */
772 /**/
773 1865,
772 /**/ 774 /**/
773 1864, 775 1864,
774 /**/ 776 /**/
775 1863, 777 1863,
776 /**/ 778 /**/