comparison src/version.c @ 26813:efa773bec478 v8.2.3935

patch 8.2.3935: CTRL-U in Insert mode does not fix the indent Commit: https://github.com/vim/vim/commit/5d20fbf2e79b96a39abbdadc486b656cdcc67ed6 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 29 16:05:31 2021 +0000 patch 8.2.3935: CTRL-U in Insert mode does not fix the indent Problem: CTRL-U in Insert mode does not fix the indent. Solution: Fix the indent when 'cindent' is set.
author Bram Moolenaar <Bram@vim.org>
date Wed, 29 Dec 2021 17:15:02 +0100
parents f0fdd992cfb9
children 421d082c8f09
comparison
equal deleted inserted replaced
26812:4545b6dd8210 26813:efa773bec478
747 NULL 747 NULL
748 }; 748 };
749 749
750 static int included_patches[] = 750 static int included_patches[] =
751 { /* Add new patch number below this line */ 751 { /* Add new patch number below this line */
752 /**/
753 3935,
752 /**/ 754 /**/
753 3934, 755 3934,
754 /**/ 756 /**/
755 3933, 757 3933,
756 /**/ 758 /**/