File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,6 +40,13 @@ Which one you need depends on the system you want to run it on and whether you
4040want or must compile it yourself. Check http://www.vim.org/download.php for
4141an 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
Original file line number Diff line number Diff line change @@ -36,6 +36,12 @@ Which one you need depends on the system you want to run it on and whether you
3636want or must compile it yourself. Check "http://www.vim.org/download.php" for
3737an 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
4046COMPILING
4147
Original file line number Diff line number Diff line change @@ -748,6 +748,8 @@ static char *(features[]) =
748748
749749static int included_patches [] =
750750{ /* Add new patch number below this line */
751+ /**/
752+ 1745 ,
751753/**/
752754 1744 ,
753755/**/
You can’t perform that action at this time.
0 commit comments