diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-05-18 22:17:12 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-05-18 22:17:12 +0000 |
commit | a7fc0101b2c5feb7fc70eb79e5b02c61c7de545f (patch) | |
tree | 3fb462e659e66b21cfcf4b01c0ab1c7c58f6a436 /runtime/doc/change.txt | |
parent | 142695f3c525035c0ac17e99e8819732585965c3 (diff) | |
download | vim-git-a7fc0101b2c5feb7fc70eb79e5b02c61c7de545f.tar.gz |
updated for version 7.0072
Diffstat (limited to 'runtime/doc/change.txt')
-rw-r--r-- | runtime/doc/change.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt index c507ccd4a..85271b1c2 100644 --- a/runtime/doc/change.txt +++ b/runtime/doc/change.txt @@ -1,4 +1,4 @@ -*change.txt* For Vim version 7.0aa. Last change: 2005 Apr 03 +*change.txt* For Vim version 7.0aa. Last change: 2005 Apr 26 VIM REFERENCE MANUAL by Bram Moolenaar @@ -748,8 +748,8 @@ either the first or second pattern in parentheses did not match, so either < Substitute with an expression *sub-replace-expression* - -When the substitute string starts with "\=" the remainer is interpreted as an + *sub-replace-\=* +When the substitute string starts with "\=" the remainder is interpreted as an expression. This does not work recursively: a substitute() function inside the expression cannot use "\=" for the substitute string. |