Mercurial > vim
changeset 8917:d07e51166f08 v7.4.1745
commit https://github.com/vim/vim/commit/5d98c9d93278d6961bfee59151666b8a8bcd23c3
Author: Bram Moolenaar <Bram@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)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Fri, 15 Apr 2016 21:00:05 +0200 |
parents | 17a4f5a4d8a8 |
children | e838dc987c93 |
files | README.md README.txt src/version.c |
diffstat | 3 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 ##
--- 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