runtime(doc): add back bars for the '' mark Commit: https://github.com/vim/vim/commit/067adc1ff229155574ce57fdce7ebaa0af28ed23 Author: zeertzjq <zeert...@outlook.com> Date: Wed Aug 6 13:41:05 2025 +0200
runtime(doc): add back bars for the '' mark this was erroneously changed in commit 85cd509885a05c3a6bb029fb378b1295f107f8f6 related: #17857 Signed-off-by: zeertzjq <zeert...@outlook.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt index dc60caea0..c04a1e40e 100644 --- a/runtime/doc/index.txt +++ b/runtime/doc/index.txt @@ -263,7 +263,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 index 0b10c55cc..66f90f020 100644 --- a/runtime/doc/motion.txt +++ b/runtime/doc/motion.txt @@ -1036,7 +1036,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 -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1ujcZs-00Fsoj-Dh%40256bit.org.