commit | 5ae636b9bbcb6ac851cdf6910c0e6b8e1b79ed76 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 30 18:48:53 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 30 18:48:53 2012 +0200 |
tree | cd78fc2191dbc6f86172e28bfd37b959a4e0c9ac | |
parent | 8320da42bc443fa5c76710d331f6b8c3cfc2981e [diff] [blame] |
updated for version 7.3.514 Problem: No completion for :history command. Solution: Add the completion and update the docs. Also fix ":behave" completion. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index de24ff4..e5a7fd9 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 514, +/**/ 513, /**/ 512,