diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-11-04 14:45:49 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-11-04 14:45:49 +0100 |
commit | ba3ff539303c7bb6e46a6802dce3c7b2e55284e0 (patch) | |
tree | aa03c46ea8b651302a19f537f92c3624c4ac5990 /runtime/doc/change.txt | |
parent | dcd71cbaedf75dd8e5c5a45c5c2e3ec7ee552dce (diff) | |
download | vim-git-ba3ff539303c7bb6e46a6802dce3c7b2e55284e0.tar.gz |
Update runtime files
Diffstat (limited to 'runtime/doc/change.txt')
-rw-r--r-- | runtime/doc/change.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt index a79bf4b08..d6b0242d2 100644 --- a/runtime/doc/change.txt +++ b/runtime/doc/change.txt @@ -850,7 +850,7 @@ the |substitute()| function with the following exceptions: - magic is always set without regard to 'magic'. - A ~ inserts a tilde literally. - <CR> and \r inserts a carriage-return (CTRL-M). - - \<CR> does not have a special meaning. it's just one of \x. + - \<CR> does not have a special meaning. It's just one of \x. Examples: > :s/a\|b/xxx\0xxx/g modifies "a b" to "xxxaxxx xxxbxxx" |