commit | 1c40a66badd83e9a93116c006097033725c9eb7d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 27 16:38:11 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 27 16:38:11 2014 +0100 |
tree | 738a96f05ef11b1d037e691e89565dc2e4d6f47b | |
parent | b96a7f325c9047d6a65424d40e493d3e0eff26b5 [diff] [blame] |
updated for version 7.4.531 Problem: Comments about parsing an Ex command are wrong. Solution: Correct the steop numbers.
diff --git a/src/version.c b/src/version.c index d94dc3c..38acd5d 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 531, +/**/ 530, /**/ 529,