commit | 089af18d1fd0961ff504ee72db0156bbfe509cdf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 07 11:41:49 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 07 11:41:49 2015 +0200 |
tree | 132a25e78150f72660130dc003ad2680a2f2257e | |
parent | 094454fa708d3297db744f095cd2b7b155a8b6ad [diff] [blame] |
patch 7.4.891 Problem: Indentation of array initializer is wrong. Solution: Avoid that calling find_start_rawstring() changes the position returned by find_start_comment(), add a test. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index c60bbe6..ce05792 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 891, +/**/ 890, /**/ 889,