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

this was erroneously changed in commit
85cd509885a05c3a6bb029fb378b1295f107f8f6

related: vim/vim#17857

067adc1ff2
This commit is contained in:
zeertzjq
2025-08-06 20:03:22 +08:00
parent 60dca47ae4
commit 5b3606b2c4
2 changed files with 2 additions and 2 deletions

View File

@@ -248,7 +248,7 @@ tag char note action in Normal mode ~
|&| & 2 repeat last :s |&| & 2 repeat last :s
|'| '{a-zA-Z0-9} 1 cursor to the first CHAR on the line with |'| '{a-zA-Z0-9} 1 cursor to the first CHAR on the line with
mark {a-zA-Z0-9} 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. the cursor was before the latest jump.
|'(| '( 1 cursor to the first CHAR on the line of the |'(| '( 1 cursor to the first CHAR on the line of the
start of the current sentence start of the current sentence

View File

@@ -1025,7 +1025,7 @@ These commands are not marks themselves, but jump to a mark:
*:keepj* *:keepjumps* *:keepj* *:keepjumps*
:keepj[umps] {command} :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 |'.| and |'^| marks, the |jumplist| or the
|changelist|. |changelist|.
Useful when making a change or inserting text Useful when making a change or inserting text