Skip to content

Commit 5d98c9d

Browse files
committed
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)
1 parent 6621004 commit 5d98c9d

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ Which one you need depends on the system you want to run it on and whether you
4040
want or must compile it yourself. Check http://www.vim.org/download.php for
4141
an overview of currently available distributions.
4242

43+
Some popular places to get the latest Vim:
44+
* Check out the git repository from [github](https://github.com/vim/vim).
45+
* Get the source code as an [archive](https://github.com/vim/vim/releases).
46+
* Get a Windows executable from the
47+
[vim-win32-installer](https://github.com/vim/vim-win32-installer/releases) repository.
48+
49+
4350

4451
## Compiling ##
4552

README.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ Which one you need depends on the system you want to run it on and whether you
3636
want or must compile it yourself. Check "http://www.vim.org/download.php" for
3737
an overview of currently available distributions.
3838

39+
Some popular places to get the latest Vim:
40+
* Check out the git repository from github: https://github.com/vim/vim.
41+
* Get the source code as an archive: https://github.com/vim/vim/releases.
42+
* Get a Windows executable from the vim-win32-installer repository:
43+
https://github.com/vim/vim-win32-installer/releases.
44+
3945

4046
COMPILING
4147

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,8 @@ static char *(features[]) =
748748

749749
static int included_patches[] =
750750
{ /* Add new patch number below this line */
751+
/**/
752+
1745,
751753
/**/
752754
1744,
753755
/**/

0 commit comments

Comments
 (0)