Skip to content

Commit 30323b1

Browse files
committed
chore: Change GitHub namespace to new home under PreserVIM
1 parent 765084d commit 30323b1

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you have [Pathogen](http://www.vim.org/scripts/script.php?script_id=2332) ins
2424

2525
```bash
2626
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
2828
```
2929

3030
### Vundle

autoload/color_helper.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
" 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
33

44
"
55
" Return hex string equivalent to given decimal string or number.

autoload/indent_guides.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
" 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
33

44
"
55
" Toggles the indent guides on and off.

doc/indent_guides.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ Why did I build this plugin?~
248248
* I wanted to learn me some VimL.
249249

250250
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
253253

254254
Credits:~
255255
* Matt Wozniski (godlygeek) for letting me use the list of color names and

plugin/indent_guides.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
" 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
33

44
" Do not load if vim is too old
55
if (v:version == 701 && !exists('*matchadd')) || (v:version < 701)

0 commit comments

Comments
 (0)