diff --git a/runtime/doc/visual.txt b/runtime/doc/visual.txt index 3f48915c65..68773dd9d8 100644 --- a/runtime/doc/visual.txt +++ b/runtime/doc/visual.txt @@ -1,4 +1,4 @@ -*visual.txt* For Vim version 9.1. Last change: 2023 Sep 19 +*visual.txt* For Vim version 9.1. Last change: 2025 Jun 28 VIM REFERENCE MANUAL by Bram Moolenaar @@ -392,7 +392,7 @@ want only part of the line to be replaced you will have to make a mapping for it. In a future release ":" may work on partial lines. Here is an example, to replace the selected text with the output of "date": > - :vmap _a `>a`!!datekJJ + :vmap _a `>a`!!datekgJgJ (In the <> notation |<>|, when typing it you should type it literally; you need to remove the 'B' and '<' flags from 'cpoptions')