1
0
forked from aniani/vim

patch 8.2.4719: ">" marker sometimes not displayed in the jumplist

Problem:    ">" marker sometimes not displayed in the jumplist.
Solution:   If the buffer no longer exists show "-invalid-". (Christian
            Brabandt, closes #10131, closes #10100)
This commit is contained in:
Christian Brabandt
2022-04-09 13:35:00 +01:00
committed by Bram Moolenaar
parent cee9c844f2
commit a0f659c76e
7 changed files with 48 additions and 17 deletions

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4719,
/**/
4718,
/**/