Просмотр исходного кода

Auto merge of #3276 - micbou:vim-win-download-url, r=micbou

[READY] Update Vim installer URL for Windows

There is now [a 64-bit Vim installer for Windows](https://github.com/vim/vim-win32-installer/releases).

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/3276)
<!-- Reviewable:end -->
zzbot 6 лет назад
Родитель
Сommit
7997fc5536
2 измененных файлов с 4 добавлено и 4 удалено
  1. 2 2
      README.md
  2. 2 2
      doc/youcompleteme.txt

+ 2 - 2
README.md

@@ -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

+ 2 - 2
doc/youcompleteme.txt

@@ -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/