Skip to content

Commit

Permalink
update g:vimwiki_version for latest release
Browse files Browse the repository at this point in the history
I missed this before tagging; this will be v2023.04.04_1.
  • Loading branch information
Brennen Bearnes committed Apr 5, 2023
1 parent be45bd6 commit 71edcf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin/vimwiki.vim
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ endif
let g:loaded_vimwiki = 1

" Set to version number for release:
let g:vimwiki_version = '2022.12.02'
let g:vimwiki_version = '2023.04.04'

" Get the directory the script is installed in
let s:plugin_dir = expand('<sfile>:p:h:h')
Expand Down
2 changes: 1 addition & 1 deletion test/tag.vader
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ Expect (Correctly formatted tags file):
!_TAG_PROGRAM_AUTHOR Vimwiki
!_TAG_PROGRAM_NAME Vimwiki Tags
!_TAG_PROGRAM_URL https://github.com/vimwiki/vimwiki
!_TAG_PROGRAM_VERSION 2022.12.02
!_TAG_PROGRAM_VERSION 2023.04.04
second-tag Test-Tag.md 13;" vimwiki:Test-Tag\tTest-Tag#second-tag\tTest-Tag#second-tag
test-tag Test-Tag.md 5;" vimwiki:Test-Tag\tTest-Tag#a-header\tA header
top-tag Test-Tag.md 1;" vimwiki:Test-Tag\tTest-Tag\tTest-Tag
Expand Down

0 comments on commit 71edcf6

Please sign in to comment.