comparison runtime/doc/motion.txt @ 28388:320991d9812e v8.2.4719

patch 8.2.4719: ">" marker sometimes not displayed in the jumplist Commit: https://github.com/vim/vim/commit/a0f659c76e22108880f857b8961422afc5ed8f5d Author: Christian Brabandt <cb@256bit.org> Date: Sat Apr 9 13:35:00 2022 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 Apr 2022 14:45:05 +0200
parents 6dd88e45d47d
children f73a9bdff3a3
comparison
equal deleted inserted replaced
28387:eb8ad882fa29 28388:320991d9812e
1075 1075
1076 The "file/text" column shows the file name, or the text at the jump if it is 1076 The "file/text" column shows the file name, or the text at the jump if it is
1077 in the current file (an indent is removed and a long line is truncated to fit 1077 in the current file (an indent is removed and a long line is truncated to fit
1078 in the window). 1078 in the window).
1079 1079
1080 The marker ">" indicates the current position in the jumplist. It may not be
1081 shown when filtering the |:jump| command using |:filter|
1082
1080 You are currently in line 1167. If you then use the CTRL-O command, the 1083 You are currently in line 1167. If you then use the CTRL-O command, the
1081 cursor is put in line 1154. This results in: 1084 cursor is put in line 1154. This results in:
1082 1085
1083 jump line col file/text ~ 1086 jump line col file/text ~
1084 2 1 0 some text ~ 1087 2 1 0 some text ~