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.txt b/README.txt
index 0d0905a..a47b004 100644
--- a/README.txt
+++ b/README.txt
@@ -36,6 +36,12 @@
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