comparison src/version.c @ 28856:948877671c54 v8.2.4951

patch 8.2.4951: smart indenting done when not enabled Commit: https://github.com/vim/vim/commit/de5cf287812510d2c8ffe66b99cf33c4e1a6e6f1 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 14 11:52:23 2022 +0100 patch 8.2.4951: smart indenting done when not enabled Problem: Smart indenting done when not enabled. Solution: Check option values before setting can_si. (closes https://github.com/vim/vim/issues/10420)
author Bram Moolenaar <Bram@vim.org>
date Sat, 14 May 2022 13:00:05 +0200
parents 647d7f439622
children 7f1a48f095be
comparison
equal deleted inserted replaced
28855:39fddf7b52c1 28856:948877671c54
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 4951,
749 /**/ 751 /**/
750 4950, 752 4950,
751 /**/ 753 /**/
752 4949, 754 4949,
753 /**/ 755 /**/