summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_alot.vim
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2022-04-09 13:35:00 +0100
committerBram Moolenaar <Bram@vim.org>2022-04-09 13:35:00 +0100
commita0f659c76e22108880f857b8961422afc5ed8f5d (patch)
tree481ee25dadf487548d286d3b61732ec6c22d19cf /src/testdir/test_alot.vim
parentcee9c844f27bceaba90362a3fa27a04d4d06c0fd (diff)
patch 8.2.4719: ">" marker sometimes not displayed in the jumplistv8.2.4719
Problem: ">" marker sometimes not displayed in the jumplist. Solution: If the buffer no longer exists show "-invalid-". (Christian Brabandt, closes #10131, closes #10100)
Diffstat (limited to 'src/testdir/test_alot.vim')
-rw-r--r--src/testdir/test_alot.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim
index f54e6f2c50..845c117f65 100644
--- a/src/testdir/test_alot.vim
+++ b/src/testdir/test_alot.vim
@@ -17,7 +17,6 @@ source test_fnamemodify.vim
source test_ga.vim
source test_glob2regpat.vim
source test_global.vim
-source test_jumps.vim
source test_lispwords.vim
source test_move.vim
source test_put.vim