diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-04-15 20:54:52 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-04-15 20:54:52 +0200 |
commit | 5d98c9d93278d6961bfee59151666b8a8bcd23c3 (patch) | |
tree | 752f4bbe86c30c2678b060fec3a18547a226878a /src | |
parent | 66210042892389d36e3d37203ec77f61467bfb1c (diff) | |
download | vim-git-5d98c9d93278d6961bfee59151666b8a8bcd23c3.tar.gz |
patch 7.4.1745v7.4.1745
Problem: README file is not clear about where to get Vim.
Solution: Add links to github, releases and the Windows installer.
(Suggested by Christian Brabandt)
Diffstat (limited to 'src')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 1dd7d4985..bfb64e6de 100644 --- a/src/version.c +++ b/src/version.c @@ -749,6 +749,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1745, +/**/ 1744, /**/ 1743, |