[vim] 59/139: 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)

James McCoy jamessan at debian.org
Fri May 6 04:00:02 UTC 2016


This is an automated email from the git hooks/post-receive script.

jamessan pushed a commit to branch debian/sid
in repository vim.

commit 5d98c9d93278d6961bfee59151666b8a8bcd23c3
Author: Bram Moolenaar <Bram at vim.org>
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)
---
 README.md     | 7 +++++++
 README.txt    | 6 ++++++
 src/version.c | 2 ++
 3 files changed, 15 insertions(+)

diff --git a/README.md b/README.md
index d368a75..9be068e 100644
--- 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 ##
 
diff --git a/README.txt b/README.txt
index 0d0905a..a47b004 100644
--- a/README.txt
+++ b/README.txt
@@ -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
 
diff --git a/src/version.c b/src/version.c
index 1dd7d49..bfb64e6 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,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vim/vim.git



More information about the pkg-vim-maintainers mailing list