forked from preservim/tagbar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update URLs to reflect repository migration (Closes preservim#651)
- Loading branch information
Showing
6 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ II) It is allowed to distribute a modified (or extended) version of Tagbar, | |
then this license, or a later version, also applies to your changes. | ||
The current maintainer is Jan Larres <[email protected]>. If this | ||
changes it will be announced in appropriate places (most likely | ||
majutsushi.github.io/tagbar and/or github.com/majutsushi/tagbar). | ||
preservim.github.io/tagbar and/or github.com/preservim/tagbar). | ||
When it is completely impossible to contact the maintainer, the | ||
obligation to send him your changes ceases. Once the maintainer has | ||
confirmed that he has received your changes they will not have to be | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
" Description: List the current file's tags in a sidebar, ordered by class etc | ||
" Author: Jan Larres <[email protected]> | ||
" Licence: Vim licence | ||
" Website: http://majutsushi.github.com/tagbar/ | ||
" Website: https://preservim.github.io/tagbar | ||
" Version: 2.7 | ||
" Note: This plugin was heavily inspired by the 'Taglist' plugin by | ||
" Yegappan Lakshmanan and uses a small amount of code from it. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
Author: Jan Larres <[email protected]> | ||
Licence: Vim licence, see |license| | ||
Homepage: http://majutsushi.github.com/tagbar/ | ||
Homepage: https://preservim.github.io/tagbar | ||
Version: 2.7 | ||
|
||
============================================================================== | ||
|
@@ -1067,7 +1067,7 @@ support package for the language. Some tips on how to write such a program are | |
given at the end of this section. | ||
|
||
Before writing your own extension have a look at the wiki | ||
(https://github.com/majutsushi/tagbar/wiki) or try googling for existing ones. | ||
(https://github.com/preservim/tagbar/wiki) or try googling for existing ones. | ||
If you do end up creating your own extension please consider adding it to the | ||
wiki so that others can benefit from it, too. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
" Description: List the current file's tags in a sidebar, ordered by class etc | ||
" Author: Jan Larres <[email protected]> | ||
" Licence: Vim licence | ||
" Website: http://majutsushi.github.com/tagbar/ | ||
" Website: https://preservim.github.io/tagbar | ||
" Version: 2.7 | ||
" Note: This plugin was heavily inspired by the 'Taglist' plugin by | ||
" Yegappan Lakshmanan and uses a small amount of code from it. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
" Description: Tagbar syntax settings | ||
" Author: Jan Larres <[email protected]> | ||
" Licence: Vim licence | ||
" Website: http://majutsushi.github.com/tagbar/ | ||
" Website: https://preservim.github.io/tagbar | ||
" Version: 2.7 | ||
|
||
scriptencoding utf-8 | ||
|