Skip to content

Commit d8ec168

Browse files
authored
fix(vimpatch): wrong hyperlinks (8.0 instead of 8.1) #60
Nvim is now tracking Vim 8.1: https://github.com/neovim/neovim/blob/562719033ec8bec9f6d56c166b9aef13f8a50a96/src/nvim/version.h#L19-L20
1 parent ba8b9bf commit d8ec168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/vimpatch-report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def stringify(pr):
3232

3333

3434
tag_link = string.Template(
35-
'<li><a href="https://github.com/vim/vim/tree/v8.0.${patch}">vim-patch:8.0.${patch}</a></li>'
35+
'<li><a href="https://github.com/vim/vim/tree/v8.1.${patch}">vim-patch:8.1.${patch}</a></li>'
3636
)
3737

3838

0 commit comments

Comments
 (0)