diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-26 21:38:12 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-27 09:21:35 -0400 |
commit | 278ca5f456508fe3f680b718174c4ba209e49822 (patch) | |
tree | def10c27f18b92ecbc1fde94f6aaba20f813fdba /runtime/doc/change.txt | |
parent | 4819737853fc3676b976be93bd0332a3e44ab837 (diff) | |
download | rneovim-278ca5f456508fe3f680b718174c4ba209e49822.tar.gz rneovim-278ca5f456508fe3f680b718174c4ba209e49822.tar.bz2 rneovim-278ca5f456508fe3f680b718174c4ba209e49822.zip |
vim-patch:ebdf3c964a90
Update runtime files.
https://github.com/vim/vim/commit/ebdf3c964a901fc00c9009689f7cfda478342c51
Omit vim9.
Diffstat (limited to 'runtime/doc/change.txt')
-rw-r--r-- | runtime/doc/change.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt index 9f889af6cc..0f2ffa487c 100644 --- a/runtime/doc/change.txt +++ b/runtime/doc/change.txt @@ -610,6 +610,8 @@ Directory for temporary files is created in the first suitable directory of: |cmdline-ranges|. See |:s_flags| for [flags]. + The delimiter doesn't need to be /, see + |pattern-delimiter|. :[range]s[ubstitute] [flags] [count] :[range]&[&][flags] [count] *:&* @@ -744,7 +746,7 @@ This deletes "TESTING" from all lines, but only one per line. For compatibility with Vi these two exceptions are allowed: "\/{string}/" and "\?{string}?" do the same as "//{string}/r". "\&{string}&" does the same as "//{string}/". - *E146* + *pattern-delimiter* *E146* Instead of the '/' which surrounds the pattern and replacement string, you can use any other single-byte character, but not an alphanumeric character, '\', '"' or '|'. This is useful if you want to include a '/' in the search |