mirror of
https://github.com/preservim/vim-indent-guides.git
synced 2025-11-13 04:13:45 -05:00
chore: Change GitHub namespace to new home under PreserVIM
This commit is contained in:
@@ -24,7 +24,7 @@ If you have [Pathogen](http://www.vim.org/scripts/script.php?script_id=2332) ins
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd ~/.vim/bundle
|
cd ~/.vim/bundle
|
||||||
git clone git://github.com/nathanaelkane/vim-indent-guides.git
|
git clone git://github.com/preservim/vim-indent-guides.git
|
||||||
```
|
```
|
||||||
|
|
||||||
### Vundle
|
### Vundle
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
" Author: Nate Kane <nathanaelkane AT gmail DOT com>
|
" Author: Nate Kane <nathanaelkane AT gmail DOT com>
|
||||||
" Homepage: http://github.com/nathanaelkane/vim-indent-guides
|
" Homepage: http://github.com/preservim/vim-indent-guides
|
||||||
|
|
||||||
"
|
"
|
||||||
" Return hex string equivalent to given decimal string or number.
|
" Return hex string equivalent to given decimal string or number.
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
" Author: Nate Kane <nathanaelkane AT gmail DOT com>
|
" Author: Nate Kane <nathanaelkane AT gmail DOT com>
|
||||||
" Homepage: http://github.com/nathanaelkane/vim-indent-guides
|
" Homepage: http://github.com/preservim/vim-indent-guides
|
||||||
|
|
||||||
"
|
"
|
||||||
" Toggles the indent guides on and off.
|
" Toggles the indent guides on and off.
|
||||||
|
|||||||
@@ -248,8 +248,8 @@ Why did I build this plugin?~
|
|||||||
* I wanted to learn me some VimL.
|
* I wanted to learn me some VimL.
|
||||||
|
|
||||||
Links:~
|
Links:~
|
||||||
* Github: https://github.com/nathanaelkane/vim-indent-guides
|
* Github: https://github.com/preservim/vim-indent-guides
|
||||||
* Bugs & Issues: https://github.com/nathanaelkane/vim-indent-guides/issues
|
* Bugs & Issues: https://github.com/preservim/vim-indent-guides/issues
|
||||||
|
|
||||||
Credits:~
|
Credits:~
|
||||||
* Matt Wozniski (godlygeek) for letting me use the list of color names and
|
* Matt Wozniski (godlygeek) for letting me use the list of color names and
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
" Author: Nate Kane <nathanaelkane AT gmail DOT com>
|
" Author: Nate Kane <nathanaelkane AT gmail DOT com>
|
||||||
" Homepage: http://github.com/nathanaelkane/vim-indent-guides
|
" Homepage: http://github.com/preservim/vim-indent-guides
|
||||||
|
|
||||||
" Do not load if vim is too old
|
" Do not load if vim is too old
|
||||||
if (v:version == 701 && !exists('*matchadd')) || (v:version < 701)
|
if (v:version == 701 && !exists('*matchadd')) || (v:version < 701)
|
||||||
|
|||||||
Reference in New Issue
Block a user