updated for version 7.0185
diff --git a/runtime/doc/visual.txt b/runtime/doc/visual.txt
index f8e1efc..1ff70ac 100644
--- a/runtime/doc/visual.txt
+++ b/runtime/doc/visual.txt
@@ -1,4 +1,4 @@
-*visual.txt* For Vim version 7.0aa. Last change: 2005 Oct 09
+*visual.txt* For Vim version 7.0aa. Last change: 2006 Jan 22
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -258,6 +258,11 @@
The {move-around} is any sequence of movement commands. Note the difference
with {motion}, which is only ONE movement command.
+Another way to operate on the Visual area is using the |/\%V| item in a
+pattern. For example, to replace all '(' in the Visual area with '#': >
+
+ :%s/\%V(/X/g
+
==============================================================================
5. Blockwise operators *blockwise-operators*