aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-07-03 05:29:15 -0400
committerMichael Reed <m.reed@mykolab.com>2015-07-19 15:14:22 -0400
commit4f444ae4f8813a1193dd831049d19f86b5128e93 (patch)
tree6055408df8b5409794180010da48ce193e0be8bc /runtime
parent0661411bbaa547b9ddd9fde8ed40ca9cb0dcfcae (diff)
downloadrneovim-4f444ae4f8813a1193dd831049d19f86b5128e93.tar.gz
rneovim-4f444ae4f8813a1193dd831049d19f86b5128e93.tar.bz2
rneovim-4f444ae4f8813a1193dd831049d19f86b5128e93.zip
Remove POSIX 'cpoptions': '\'
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index a2782471aa..4841f9a26c 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1945,14 +1945,6 @@ A jump table for the options with a short description can be found at |Q_op|.
POSIX flags. These are not included in the Vi default value, except
when $VIM_POSIX was set on startup. |posix|
- contains behavior ~
- *cpo-\*
- \ Backslash in a [] range in a search pattern is taken
- literally, only "\]" is special See |/[]|
- '\' included: "/[ \-]" finds <Space>, '\' and '-'
- '\' excluded: "/[ \-]" finds <Space> and '-'
- Also see |cpo-l|.
-
*'cryptmethod'* *'cm'*
'cryptmethod' Removed. |vim-differences| {Nvim}