aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-04-10 07:13:22 +0800
committerGitHub <noreply@github.com>2022-04-10 07:13:22 +0800
commitff726cc569994aab61a42c40270e679dc80cca7c (patch)
treeded66b1e5369b72d27cacaa91efc09d3daaa7394 /runtime
parent12662ac0c4160b81f7875909d765cf8526bbdef2 (diff)
downloadrneovim-ff726cc569994aab61a42c40270e679dc80cca7c.tar.gz
rneovim-ff726cc569994aab61a42c40270e679dc80cca7c.tar.bz2
rneovim-ff726cc569994aab61a42c40270e679dc80cca7c.zip
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
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/motion.txt3
1 files changed, 3 insertions, 0 deletions
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: