commit | 1c0b03e857c3f0eb9201f1046150a63866ebe49e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 16 14:32:15 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 16 14:32:15 2012 +0100 |
tree | c53f5433a37c65126313cf4687f75b4c2f1636b1 | |
parent | 84f7235bdbcc58876869ba8047530ef60443061a [diff] [blame] |
updated for version 7.3.471 Problem: Can't abort listing placed signs. Solution: Check "got_int". (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 6b773ff..41d967a 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 471, +/**/ 470, /**/ 469,