From ff726cc569994aab61a42c40270e679dc80cca7c Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Sun, 10 Apr 2022 07:13:22 +0800 Subject: vim-patch:8.2.4719: ">" marker sometimes not displayed in the jumplist (#18056) Problem: ">" marker sometimes not displayed in the jumplist. Solution: If the buffer no longer exists show "-invalid-". (Christian Brabandt, closes vim/vim#10131, closes vim/vim#10100) https://github.com/vim/vim/commit/a0f659c76e22108880f857b8961422afc5ed8f5d Add a modeline to test_jumplist.vim --- runtime/doc/motion.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'runtime') diff --git a/runtime/doc/motion.txt b/runtime/doc/motion.txt index 20033bd76a..2cc6842402 100644 --- a/runtime/doc/motion.txt +++ b/runtime/doc/motion.txt @@ -1044,6 +1044,9 @@ The "file/text" column shows the file name, or the text at the jump if it is in the current file (an indent is removed and a long line is truncated to fit in the window). +The marker ">" indicates the current position in the jumplist. It may not be +shown when filtering the |:jump| command using |:filter| + You are currently in line 1167. If you then use the CTRL-O command, the cursor is put in line 1154. This results in: -- cgit