commit | 2ba4238818ca5ea52334de3037ef3729584cebf5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 16 18:11:07 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 16 18:11:07 2019 +0100 |
tree | 53d53907ea3e134ab895b21ae61818e66e6f6b1c | |
parent | 713bf9e996d8c9a2cc5003ee0c95f12055756ae5 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index dc2d73d..35b40ca 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1011, +/**/ 1010, /**/ 1009,