neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 5b3606b2c44aef80136afe57f2676d7725f37d9a
parent 60dca47ae4395eac100e7c2fc63b3a830c623260
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Wed,  6 Aug 2025 20:03:22 +0800

vim-patch:067adc1: runtime(doc): add back bars for the '' mark

this was erroneously changed in commit
85cd509885a05c3a6bb029fb378b1295f107f8f6

related: vim/vim#17857

https://github.com/vim/vim/commit/067adc1ff229155574ce57fdce7ebaa0af28ed23

Diffstat:
Mruntime/doc/index.txt | 2+-
Mruntime/doc/motion.txt | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt @@ -248,7 +248,7 @@ tag char note action in Normal mode ~ |&| & 2 repeat last :s |'| '{a-zA-Z0-9} 1 cursor to the first CHAR on the line with mark {a-zA-Z0-9} -'' '' 1 cursor to the first CHAR of the line where +|''| '' 1 cursor to the first CHAR of the line where the cursor was before the latest jump. |'(| '( 1 cursor to the first CHAR on the line of the start of the current sentence diff --git a/runtime/doc/motion.txt b/runtime/doc/motion.txt @@ -1025,7 +1025,7 @@ These commands are not marks themselves, but jump to a mark: *:keepj* *:keepjumps* :keepj[umps] {command} - Moving around in {command} does not change the '', + Moving around in {command} does not change the |''|, |'.| and |'^| marks, the |jumplist| or the |changelist|. Useful when making a change or inserting text