File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ If you have [Pathogen](http://www.vim.org/scripts/script.php?script_id=2332) ins
24
24
25
25
``` bash
26
26
cd ~ /.vim/bundle
27
- git clone git://github.com/nathanaelkane /vim-indent-guides.git
27
+ git clone git://github.com/preservim /vim-indent-guides.git
28
28
```
29
29
30
30
### Vundle
Original file line number Diff line number Diff line change 1
1
" Author: Nate Kane <nathanaelkane AT gmail DOT com>
2
- " Homepage: http://github.com/nathanaelkane /vim-indent-guides
2
+ " Homepage: http://github.com/preservim /vim-indent-guides
3
3
4
4
"
5
5
" Return hex string equivalent to given decimal string or number.
Original file line number Diff line number Diff line change 1
1
" Author: Nate Kane <nathanaelkane AT gmail DOT com>
2
- " Homepage: http://github.com/nathanaelkane /vim-indent-guides
2
+ " Homepage: http://github.com/preservim /vim-indent-guides
3
3
4
4
"
5
5
" Toggles the indent guides on and off.
Original file line number Diff line number Diff line change @@ -248,8 +248,8 @@ Why did I build this plugin?~
248
248
* I wanted to learn me some VimL.
249
249
250
250
Links:~
251
- * Github: https://github.com/nathanaelkane /vim-indent-guides
252
- * Bugs & Issues: https://github.com/nathanaelkane /vim-indent-guides/issues
251
+ * Github: https://github.com/preservim /vim-indent-guides
252
+ * Bugs & Issues: https://github.com/preservim /vim-indent-guides/issues
253
253
254
254
Credits:~
255
255
* Matt Wozniski (godlygeek) for letting me use the list of color names and
Original file line number Diff line number Diff line change 1
1
" Author: Nate Kane <nathanaelkane AT gmail DOT com>
2
- " Homepage: http://github.com/nathanaelkane /vim-indent-guides
2
+ " Homepage: http://github.com/preservim /vim-indent-guides
3
3
4
4
" Do not load if vim is too old
5
5
if (v: version == 701 && ! exists (' *matchadd' )) || (v: version < 701 )
You can’t perform that action at this time.
0 commit comments