mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
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)
This commit is contained in:
@@ -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
|
want or must compile it yourself. Check http://www.vim.org/download.php for
|
||||||
an overview of currently available distributions.
|
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 ##
|
## Compiling ##
|
||||||
|
|
||||||
|
@@ -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
|
want or must compile it yourself. Check "http://www.vim.org/download.php" for
|
||||||
an overview of currently available distributions.
|
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
|
COMPILING
|
||||||
|
|
||||||
|
@@ -748,6 +748,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1745,
|
||||||
/**/
|
/**/
|
||||||
1744,
|
1744,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user