commit | 6057b9c658d9f05286675ee417bf1de9d3ca5aff | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 25 13:12:36 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 25 13:12:36 2012 +0200 |
tree | 5894685d1d9f1439639f74a018a2af6a63f9955a | |
parent | bef1c36ab66a387dbcc87c424030e0cdcb728e69 [diff] [blame] |
updated for version 7.3.529 Problem: Using a count before "v" and "V" does not work (Kikyous) Solution: Make the count select that many characters or lines. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 7664b36..fa1313a 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 529, +/**/ 528, /**/ 527,