summaryrefslogtreecommitdiffstats
path: root/runtime/doc/change.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-11-15 21:28:22 +0100
committerBram Moolenaar <Bram@vim.org>2012-11-15 21:28:22 +0100
commit97d62497f51902f404c7dcc72683411df911593e (patch)
tree24e9e549d9786c5549edcb17f98b7f81d9bfd40a /runtime/doc/change.txt
parent41b884b27387cd4c0ba1d039ea3bb2b7beac21c2 (diff)
Updated runtime files.
Diffstat (limited to 'runtime/doc/change.txt')
-rw-r--r--runtime/doc/change.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt
index 22eff706d2..d5f19a6349 100644
--- a/runtime/doc/change.txt
+++ b/runtime/doc/change.txt
@@ -1,4 +1,4 @@
-*change.txt* For Vim version 7.3. Last change: 2012 Aug 08
+*change.txt* For Vim version 7.3. Last change: 2012 Nov 02
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -598,8 +598,11 @@ For other systems the tmpnam() library function is used.
the flags.
*g&*
-g& Synonym for `:%s//~/&` (repeat last substitute on all
- lines with the same flags).
+g& Synonym for `:%s//~/&` (repeat last substitute with
+ last search pattern on all lines with the same flags).
+ For exaple, when you first do a substitution with
+ `:s/pattern/repl/flags` and then `/search` for
+ something else, `g&` will do `:%s/search/repl/flags`.
Mnemonic: global substitute. {not in Vi}
*:snomagic* *:sno*