]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): add back bars for the '' mark
authorzeertzjq <zeertzjq@outlook.com>
Wed, 6 Aug 2025 11:41:05 +0000 (13:41 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 6 Aug 2025 11:41:05 +0000 (13:41 +0200)
this was erroneously changed in commit
85cd509885a05c3a6bb029fb378b1295f107f8f6

related: #17857

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/index.txt
runtime/doc/motion.txt

index dc60caea0f54593ff335fa8fc7870eb0f44c7376..c04a1e40ef64129a67eee2233124cf42584a5494 100644 (file)
@@ -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
index 0b10c55cce5454a07f188474632756425bc9d1b0..66f90f020ff211ee3d73ccd1642170e5d8510797 100644 (file)
@@ -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