summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-03-16 18:11:07 +0100
committerBram Moolenaar <Bram@vim.org>2019-03-16 18:11:07 +0100
commit2ba4238818ca5ea52334de3037ef3729584cebf5 (patch)
tree53d53907ea3e134ab895b21ae61818e66e6f6b1c /src/version.c
parent713bf9e996d8c9a2cc5003ee0c95f12055756ae5 (diff)
patch 8.1.1011: indent from autoindent not removed from blank linev8.1.1011
Problem: Indent from autoindent not removed from blank line. (Daniel Hahler) Solution: Do not reset did_ai when text follows. (closes #4119)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index dc2d73d44e..35b40ca3b3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -780,6 +780,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1011,
+/**/
1010,
/**/
1009,