# HG changeset patch # User Christian Brabandt # Date 1460746805 -7200 # Node ID d07e51166f0865aa1334d0f3c744fb5ba9414888 # Parent 17a4f5a4d8a80ab1c88e84532acb033c58f1da90 commit https://github.com/vim/vim/commit/5d98c9d93278d6961bfee59151666b8a8bcd23c3 Author: Bram Moolenaar Date: Fri Apr 15 20:54:52 2016 +0200 patch 7.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) diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -40,6 +40,13 @@ Which one you need depends on the system want or must compile it yourself. Check http://www.vim.org/download.php for an overview of currently available distributions. +Some popular places to get the latest Vim: +* Check out the git repository from [github](https://github.com/vim/vim). +* Get the source code as an [archive](https://github.com/vim/vim/releases). +* Get a Windows executable from the +[vim-win32-installer](https://github.com/vim/vim-win32-installer/releases) repository. + + ## Compiling ## diff --git a/README.txt b/README.txt --- a/README.txt +++ b/README.txt @@ -36,6 +36,12 @@ Which one you need depends on the system want or must compile it yourself. Check "http://www.vim.org/download.php" for an overview of currently available distributions. +Some popular places to get the latest Vim: +* Check out the git repository from github: https://github.com/vim/vim. +* Get the source code as an archive: https://github.com/vim/vim/releases. +* Get a Windows executable from the vim-win32-installer repository: + https://github.com/vim/vim-win32-installer/releases. + COMPILING diff --git a/src/version.c b/src/version.c --- 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,