diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index bce9bf2e..de8b4b3e 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -4,7 +4,7 @@ " Author: Jan Larres " Licence: Vim licence " Website: https://preservim.github.io/tagbar -" Version: 3.1.0 +" Version: 3.1.1 " Note: This plugin was heavily inspired by the 'Taglist' plugin by " Yegappan Lakshmanan and uses a small amount of code from it. " diff --git a/doc/tagbar.txt b/doc/tagbar.txt index 8f800e16..0630bb85 100644 --- a/doc/tagbar.txt +++ b/doc/tagbar.txt @@ -3,7 +3,7 @@ Author: Jan Larres Licence: Vim licence, see |license| Homepage: https://preservim.github.io/tagbar -Version: 3.1.0 +Version: 3.1.1 ============================================================================== Contents *tagbar* *tagbar-contents* @@ -2031,8 +2031,11 @@ Note: All tagged releases are an accomodation to distribution packagers. The upstream developers of this plugin recommend using a plugin manager and tracking HEAD in the default branch rather than tagged releases. +3.1.1 (2022-11-04) + - Periodic rollup, see `git log v3.0.0..v3.1.1` + 3.1.0 (2022-11-04) - - Periodic rollup, see `git log v3.0.0..v3.1.0` + - Periodic rollup (inclomplete merge, suggest 3.1.1) 3.0.0 (2021-01-21) - Massive rollup with years of small changes, see `git log v2.7..v3.0.0` diff --git a/plugin/tagbar.vim b/plugin/tagbar.vim index 71ec2f4c..0271d19e 100644 --- a/plugin/tagbar.vim +++ b/plugin/tagbar.vim @@ -4,7 +4,7 @@ " Author: Jan Larres " Licence: Vim licence " Website: https://preservim.github.io/tagbar -" Version: 3.1.0 +" Version: 3.1.1 " Note: This plugin was heavily inspired by the 'Taglist' plugin by " Yegappan Lakshmanan and uses a small amount of code from it. " diff --git a/syntax/tagbar.vim b/syntax/tagbar.vim index 424d0587..1d479382 100644 --- a/syntax/tagbar.vim +++ b/syntax/tagbar.vim @@ -3,7 +3,7 @@ " Author: Jan Larres " Licence: Vim licence " Website: https://preservim.github.io/tagbar -" Version: 3.1.0 +" Version: 3.1.1 scriptencoding utf-8