Skip to content

Commit 112431f

Browse files
k-takatachrisbra
authored andcommitted
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 <[email protected]> Co-authored-by: Ken Takata <[email protected]>
1 parent 789b885 commit 112431f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ runtime:
5555

5656
termdebug: runtime/pack/dist/opt/termdebug/plugin/termdebug.vim
5757

58-
netrw:
58+
plugin-netrw:
5959
- any: ['runtime/plugin/netrwPlugin.vim']
6060
- any: ['runtime/autoload/netrw*']

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,8 @@ static char *(features[]) =
699699

700700
static int included_patches[] =
701701
{ /* Add new patch number below this line */
702+
/**/
703+
1954,
702704
/**/
703705
1953,
704706
/**/

0 commit comments

Comments
 (0)