comparison src/version.c @ 9295:0a5adc97fac8 v7.4.1930

commit https://github.com/vim/vim/commit/bf2c0ee0b2e8465847cf67aff22dd4bda7be81d1 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 13 20:23:53 2016 +0200 patch 7.4.1930 Problem: Can't build without +spell but with +quickfix. (Charles) Solution: Add better #ifdef around ml_append_buf(). (closes https://github.com/vim/vim/issues/864)
author Christian Brabandt <cb@256bit.org>
date Mon, 13 Jun 2016 20:30:08 +0200
parents 946b62bbd871
children 9c663cda189f
comparison
equal deleted inserted replaced
9294:a081c9c021a6 9295:0a5adc97fac8
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 1930,
756 /**/ 758 /**/
757 1929, 759 1929,
758 /**/ 760 /**/
759 1928, 761 1928,
760 /**/ 762 /**/