]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1011: indent from autoindent not removed from blank line v8.1.1011
authorBram Moolenaar <Bram@vim.org>
Sat, 16 Mar 2019 17:11:07 +0000 (18:11 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 16 Mar 2019 17:11:07 +0000 (18:11 +0100)
commit2ba4238818ca5ea52334de3037ef3729584cebf5
tree53d53907ea3e134ab895b21ae61818e66e6f6b1c
parent713bf9e996d8c9a2cc5003ee0c95f12055756ae5
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 #4119)
src/misc1.c
src/testdir/test_edit.vim
src/version.c