chore: Change GitHub namespace to new home under PreserVIM

This commit is contained in:
Caleb Maclennan
2023-02-21 16:04:16 +03:00
parent 765084d38b
commit 30323b167d
5 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

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