commit | a4c8dcbdae63b8fba688db87d9cdf391ae883e62 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 30 12:21:24 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 30 12:21:24 2013 +0200 |
tree | f0b9fd16f29c1339e2a00f3aecd9b2b90e305c09 | |
parent | 14b6945e27ca175a42550a6a887874303313c19e [diff] [blame] |
updated for version 7.3.1271 Problem: Command line completion does not work. Solution: Move setting xp_line down. (Daniel Thau)
diff --git a/src/version.c b/src/version.c index 18588e8..3a0b367 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1271, +/**/ 1270, /**/ 1269,