comparison src/version.c @ 16011:de810c9651c8 v8.1.1011

patch 8.1.1011: indent from autoindent not removed from blank line commit https://github.com/vim/vim/commit/2ba4238818ca5ea52334de3037ef3729584cebf5 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 16 18:11:07 2019 +0100 patch 8.1.1011: indent from autoindent not removed from blank line Problem: Indent from autoindent not removed from blank line. (Daniel Hahler) Solution: Do not reset did_ai when text follows. (closes https://github.com/vim/vim/issues/4119)
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Mar 2019 18:15:06 +0100
parents 3b524e8110ab
children 93b08b92a049
comparison
equal deleted inserted replaced
16010:77ebdfdfb1cd 16011:de810c9651c8
777 NULL 777 NULL
778 }; 778 };
779 779
780 static int included_patches[] = 780 static int included_patches[] =
781 { /* Add new patch number below this line */ 781 { /* Add new patch number below this line */
782 /**/
783 1011,
782 /**/ 784 /**/
783 1010, 785 1010,
784 /**/ 786 /**/
785 1009, 787 1009,
786 /**/ 788 /**/