1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 11:30:28 +01:00

Fix sorting bug when 'ignorecase' is set

This commit is contained in:
Jan Larres
2011-04-27 01:01:27 +12:00
parent 1f4713d4ab
commit 40d8edf505
2 changed files with 14 additions and 12 deletions

View File

@@ -339,7 +339,9 @@ g:tagbar_sort~
Default: 1
If this option is set the tags are sorted according to their name. If it is
unset they are sorted according to their order in the source file.
unset they are sorted according to their order in the source file. Note that
in the second case Pseudo-tags are always sorted before normal tags of the
same kind since they don't have a real position in the file.
Example:
>