commit | 0c6633a7ea50873ce8f0d744ea5758a1eb494010 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 13 21:24:06 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 13 21:24:06 2013 +0200 |
tree | 840bf61e338cecc6bfb8725faaf7a36c77bd09b0 | |
parent | 5f87b23229b1d5cc5bad4a263e513e72a91fe8ae [diff] [blame] |
updated for version 7.3.1187 Problem: "s:" is recognized but "<SID>" is not. (ZyX) Solution: Translate "<SID>" like "s:".
diff --git a/src/version.c b/src/version.c index ddc51d0..337bf30 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1187, +/**/ 1186, /**/ 1185,