Skip to content

Commit

Permalink
Sort taglines
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Oct 15, 2023
1 parent 487bfa4 commit 7915725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/dein/install.vim
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ function! s:helptags() abort
call add(taglines, printf("%s\t%s\t%s", title, path, tag.pattern))
endfor
if !(taglines->empty())
call writefile(taglines, tagfile, 'a')
call writefile(sort(taglines), tagfile, 'a')
endif
endfor
endfor
Expand Down

0 comments on commit 7915725

Please sign in to comment.