comparison src/version.c @ 26524:c37950e3d740 v8.2.3791

patch 8.2.3791: build error with +cindent but without +smartindent Commit: https://github.com/vim/vim/commit/d2439e0443ee26931ab93874c05cc7f57e9af93d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 12 19:10:44 2021 +0000 patch 8.2.3791: build error with +cindent but without +smartindent Problem: Build error with +cindent but without +smartindent. Solution: Move declaration of "do_cindent". (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Sun, 12 Dec 2021 20:15:02 +0100
parents c6a57c46271e
children 33d680d372aa
comparison
equal deleted inserted replaced
26523:8f540a0b2c23 26524:c37950e3d740
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 3791,
756 /**/ 758 /**/
757 3790, 759 3790,
758 /**/ 760 /**/
759 3789, 761 3789,
760 /**/ 762 /**/