Change raw.github.com url (#58)
https://developer.github.com/changes/2014-04-25-user-content-security/
This commit is contained in:
parent
da24f714e0
commit
68c7fbbf9d
10
README.md
10
README.md
|
@ -1,15 +1,15 @@
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
A minimalist Vim plugin manager.
|
A minimalist Vim plugin manager.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Pros.
|
### Pros.
|
||||||
|
|
||||||
- Easier to setup: Single file. No boilerplate code required.
|
- Easier to setup: Single file. No boilerplate code required.
|
||||||
- Easier to use: Concise, intuitive syntax
|
- Easier to use: Concise, intuitive syntax
|
||||||
- [Super-fast](https://raw.github.com/junegunn/i/master/vim-plug/40-in-4.gif)
|
- [Super-fast](https://raw.githubusercontent.com/junegunn/i/master/vim-plug/40-in-4.gif)
|
||||||
parallel installation/update (requires
|
parallel installation/update (requires
|
||||||
[+ruby](https://github.com/junegunn/vim-plug/wiki/ruby))
|
[+ruby](https://github.com/junegunn/vim-plug/wiki/ruby))
|
||||||
- On-demand loading to achieve
|
- On-demand loading to achieve
|
||||||
|
@ -20,13 +20,13 @@ A minimalist Vim plugin manager.
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
|
||||||
[Download plug.vim](https://raw.github.com/junegunn/vim-plug/master/plug.vim)
|
[Download plug.vim](https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim)
|
||||||
and put it in ~/.vim/autoload
|
and put it in ~/.vim/autoload
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
mkdir -p ~/.vim/autoload
|
mkdir -p ~/.vim/autoload
|
||||||
curl -fLo ~/.vim/autoload/plug.vim \
|
curl -fLo ~/.vim/autoload/plug.vim \
|
||||||
https://raw.github.com/junegunn/vim-plug/master/plug.vim
|
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||||
```
|
```
|
||||||
|
|
||||||
Edit your .vimrc
|
Edit your .vimrc
|
||||||
|
|
4
plug.vim
4
plug.vim
|
@ -5,7 +5,7 @@
|
||||||
"
|
"
|
||||||
" mkdir -p ~/.vim/autoload
|
" mkdir -p ~/.vim/autoload
|
||||||
" curl -fLo ~/.vim/autoload/plug.vim \
|
" curl -fLo ~/.vim/autoload/plug.vim \
|
||||||
" https://raw.github.com/junegunn/vim-plug/master/plug.vim
|
" https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||||
"
|
"
|
||||||
" Edit your .vimrc
|
" Edit your .vimrc
|
||||||
"
|
"
|
||||||
|
@ -68,7 +68,7 @@ let g:loaded_plug = 1
|
||||||
let s:cpo_save = &cpo
|
let s:cpo_save = &cpo
|
||||||
set cpo&vim
|
set cpo&vim
|
||||||
|
|
||||||
let s:plug_source = 'https://raw.github.com/junegunn/vim-plug/master/plug.vim'
|
let s:plug_source = 'https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
|
||||||
let s:plug_buf = get(s:, 'plug_buf', -1)
|
let s:plug_buf = get(s:, 'plug_buf', -1)
|
||||||
let s:mac_gui = has('gui_macvim') && has('gui_running')
|
let s:mac_gui = has('gui_macvim') && has('gui_running')
|
||||||
let s:is_win = has('win32') || has('win64')
|
let s:is_win = has('win32') || has('win64')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user