commit | a0f659c76e22108880f857b8961422afc5ed8f5d | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Sat Apr 09 13:35:00 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 09 13:35:00 2022 +0100 |
tree | 481ee25dadf487548d286d3b61732ec6c22d19cf | |
parent | cee9c844f27bceaba90362a3fa27a04d4d06c0fd [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index f4eb4d1..b71928a 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4719, +/**/ 4718, /**/ 4717,