commit | 0306ac33a53114113825242d22d103ee0e3504f9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 06 17:51:28 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 06 17:51:28 2012 +0200 |
tree | 957a29311d4c21087f8cb4cebeebb31ad966b739 | |
parent | bef4790c236327ebb77cd438d49ac9b8e7dc6542 [diff] [blame] |
updated for version 7.3.590 Problem: The '< and '> marks cannot be set directly. Solution: Allow setting '< and '>. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 0acbce0..637abb7 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 590, +/**/ 589, /**/ 588,