commit | f65e5667dfd0281fa197638ab3361f0bc007fc14 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 10 15:18:22 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 10 15:18:22 2012 +0200 |
tree | bf30002816e3ce93b5df064562eac9d856218119 | |
parent | 773c1ef81b2d29e40592cd2743a7d7a6e554e06f [diff] [blame] |
updated for version 7.3.596 Problem: Can't remove all signs for a file or buffer. Solution: Support "*" for the sign id. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index e4e9066..80abb73 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 596, +/**/ 595, /**/ 594,