diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4951,
+/**/
     4950,
 /**/
     4949,