]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.1940: wrong upstream version in libvterm README v9.0.1940
authorChristian Brabandt <cb@256bit.org>
Sun, 24 Sep 2023 21:42:19 +0000 (23:42 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 24 Sep 2023 21:43:38 +0000 (23:43 +0200)
Problem:  wrong upstream version in libvterm README
Solution: correct version to 839

related: #12746

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/libvterm/README
src/version.c

index 264128445d42959114dc1672f4bb3aba034ecc34..56c6e222be2e39d8e9d562218fdee8958701f34f 100644 (file)
@@ -7,7 +7,7 @@ The original can be found:
        https://github.com/neovim/libvterm
 
 Modifications:
-- revisions up to 817 have been included
+- revisions up to 839 have been included
 - Added a .gitignore file.
 - use TRUE and FALSE instead of true and false
 - use int or unsigned int instead of bool
index 417bbc15d8d06dc5bccf971670e9f16ed7524ffd..1d3ce5ec9e626d209b13bee32f957c2a7ecd731a 100644 (file)
@@ -699,6 +699,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1940,
 /**/
     1939,
 /**/