From: Ken Takata Date: Fri, 29 Sep 2023 17:48:09 +0000 (+0200) Subject: patch 9.0.1954: CI: change netrw label in labeller bot X-Git-Tag: v9.0.1954^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=112431f21762bdcb3ee4ce2d7d8f91da07f3bf71;p=thirdparty%2Fvim.git 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 index 9abc870b08..6eef8d2cdd 100644 --- 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 index e5f4bfc0ee..954c993b9a 100644 --- a/src/version.c +++ b/src/version.c @@ -699,6 +699,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1954, /**/ 1953, /**/