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:
committed by
Bram Moolenaar
parent
cee9c844f2
commit
a0f659c76e
@@ -746,6 +746,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4719,
|
||||
/**/
|
||||
4718,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user