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

@@ -170,7 +170,6 @@ NEW_TESTS = \
test_join \
test_json \
test_jumplist \
test_jumps \
test_lambda \
test_langmap \
test_largefile \