diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-07-03 05:18:05 -0400 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-07-19 15:14:22 -0400 |
commit | 3931a36340b71f2c3b7ea65132176fda77fe36c4 (patch) | |
tree | 2aee06dfa50a152812f9bf44d586fafd95772815 /runtime | |
parent | b19afa52c4ee679f62b5e7679694241f9a09ccba (diff) | |
download | rneovim-3931a36340b71f2c3b7ea65132176fda77fe36c4.tar.gz rneovim-3931a36340b71f2c3b7ea65132176fda77fe36c4.tar.bz2 rneovim-3931a36340b71f2c3b7ea65132176fda77fe36c4.zip |
Remove POSIX 'cpoptions': '/'
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/change.txt | 3 | ||||
-rw-r--r-- | runtime/doc/options.txt | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt index 4dd515f3e0..813d741f5d 100644 --- a/runtime/doc/change.txt +++ b/runtime/doc/change.txt @@ -714,9 +714,6 @@ When the {string} starts with "\=" it is evaluated as an expression, see characters. Otherwise these characters in {string} have a special meaning: - *:s%* -When {string} is equal to "%" and '/' is included with the 'cpoptions' option, -then the {string} of the previous substitute command is used, see |cpo-/| magic nomagic action ~ & \& replaced with the whole matched pattern *s/\&* diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index f6c34519e6..b166079985 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1952,9 +1952,6 @@ A jump table for the options with a short description can be found at |Q_op|. '\' included: "/[ \-]" finds <Space>, '\' and '-' '\' excluded: "/[ \-]" finds <Space> and '-' Also see |cpo-l|. - *cpo-/* - / When "%" is used as the replacement string in a |:s| - command, use the previous replacement string. |:s%| *cpo-.* . The ":chdir" and ":cd" commands fail if the current buffer is modified, unless ! is used. Vim doesn't |