# HG changeset patch # User Christian Brabandt # Date 1696010405 -7200 # Node ID 6d326000432329e86e9f286f165871bbc9e82b73 # Parent 8a3f4b3cbf4194cf51b77f17be8b4a26e69c30e6 patch 9.0.1954: CI: change netrw label in labeller bot Commit: https://github.com/vim/vim/commit/112431f21762bdcb3ee4ce2d7d8f91da07f3bf71 Author: Ken Takata Date: Fri Sep 29 19:48:09 2023 +0200 patch 9.0.1954: CI: change netrw label in labeller bot Problem: CI: change netrw label in labeller bot Solution: Rename it to 'plugin-netrw' closes: #13217 Signed-off-by: Christian Brabandt Co-authored-by: Ken Takata diff --git a/.github/labeler.yml b/.github/labeler.yml --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -55,6 +55,6 @@ runtime: termdebug: runtime/pack/dist/opt/termdebug/plugin/termdebug.vim -netrw: +plugin-netrw: - any: ['runtime/plugin/netrwPlugin.vim'] - any: ['runtime/autoload/netrw*'] diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -700,6 +700,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1954, +/**/ 1953, /**/ 1952,