]> granicus.if.org Git - vim/commitdiff
patch 7.4.1745 v7.4.1745
authorBram Moolenaar <Bram@vim.org>
Fri, 15 Apr 2016 18:54:52 +0000 (20:54 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 15 Apr 2016 18:54:52 +0000 (20:54 +0200)
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)

README.md
README.txt
src/version.c

index d368a75079f96095b0d60d6346770daea3dc33e2..9be068ea98d92fae3cd951b48adb0f1b44baec7c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -40,6 +40,13 @@ Which one you need depends on the system you want to run it on and whether you
 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 ##
 
index 0d0905aece5b55f6729dd265c2603f27c14c8704..a47b004e06b19f2323d80d367cfdd06f8108fef0 100644 (file)
@@ -36,6 +36,12 @@ Which one you need depends on the system you want to run it on and whether you
 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
 
index 1dd7d49859574d31ac19b26a10d389b172e8f378..bfb64e6dee6b812939d7b9e3e5a71c718bbd6fe3 100644 (file)
@@ -748,6 +748,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1745,
 /**/
     1744,
 /**/