Update Vim installer URL for Windows

This commit is contained in:
micbou 2018-12-21 16:34:27 +01:00
parent 0790dc99b4
commit ace4afad38
No known key found for this signature in database
GPG Key ID: C7E8FD1F3BDA1E05
2 changed files with 4 additions and 4 deletions

View File

@ -325,7 +325,7 @@ can check the version and which Python is supported by typing `:version` inside
Vim. Look at the features included: `+python/dyn` for Python 2 and
`+python3/dyn` for Python 3. Take note of the Vim architecture, i.e. 32 or
64-bit. It will be important when choosing the Python installer. We recommend
using a 64-bit client. [Daily updated copies of 32-bit and 64-bit Vim with
using a 64-bit client. [Daily updated installers of 32-bit and 64-bit Vim with
Python 2 and Python 3 support][vim-win-download] are available.
Add the line:
@ -3413,7 +3413,7 @@ This software is licensed under the [GPL v3 license][gpl].
[TSServer]: https://github.com/Microsoft/TypeScript/tree/master/src/server
[jsconfig.json]: https://code.visualstudio.com/docs/languages/jsconfig
[tsconfig.json]: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html
[vim-win-download]: https://bintray.com/micbou/generic/vim
[vim-win-download]: https://github.com/vim/vim-win32-installer/releases
[python-win-download]: https://www.python.org/downloads/windows/
[visual-studio-download]: https://www.visualstudio.com/downloads/
[7z-download]: http://www.7-zip.org/download.html

View File

@ -530,7 +530,7 @@ can check the version and which Python is supported by typing ':version' inside
Vim. Look at the features included: '+python/dyn' for Python 2 and
'+python3/dyn' for Python 3. Take note of the Vim architecture, i.e. 32 or
64-bit. It will be important when choosing the Python installer. We recommend
using a 64-bit client. Daily updated copies of 32-bit and 64-bit Vim with
using a 64-bit client. Daily updated installers of 32-bit and 64-bit Vim with
Python 2 and Python 3 support [34] are available.
Add the line:
@ -3664,7 +3664,7 @@ References ~
[31] http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
[32] https://github.com/Valloric/YouCompleteMe/wiki/Building-Vim-from-source
[33] https://www.mono-project.com/download/stable/#download-lin
[34] https://bintray.com/micbou/generic/vim
[34] https://github.com/vim/vim-win32-installer/releases
[35] http://vimhelp.appspot.com/starting.txt.html#vimrc
[36] https://www.python.org/downloads/windows/
[37] https://www.visualstudio.com/downloads/