Skip to content

Commit ec8deb0

Browse files
committed
patch 9.0.1940: wrong upstream version in libvterm README
Problem: wrong upstream version in libvterm README Solution: correct version to 839 related: #12746 Signed-off-by: Christian Brabandt <[email protected]>
1 parent b80ae6c commit ec8deb0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/libvterm/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The original can be found:
77
https://github.com/neovim/libvterm
88

99
Modifications:
10-
- revisions up to 817 have been included
10+
- revisions up to 839 have been included
1111
- Added a .gitignore file.
1212
- use TRUE and FALSE instead of true and false
1313
- use int or unsigned int instead of bool

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+
1940,
702704
/**/
703705
1939,
704706
/**/

0 commit comments

Comments
 (0)