aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-07-03 05:23:26 -0400
committerMichael Reed <m.reed@mykolab.com>2015-07-19 15:14:22 -0400
commit0661411bbaa547b9ddd9fde8ed40ca9cb0dcfcae (patch)
treed557d84cbc65bf8b9f9768d4bc31bcab3dd91289 /runtime
parent3931a36340b71f2c3b7ea65132176fda77fe36c4 (diff)
downloadrneovim-0661411bbaa547b9ddd9fde8ed40ca9cb0dcfcae.tar.gz
rneovim-0661411bbaa547b9ddd9fde8ed40ca9cb0dcfcae.tar.bz2
rneovim-0661411bbaa547b9ddd9fde8ed40ca9cb0dcfcae.zip
Remove POSIX 'cpoptions': '.'
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index b166079985..a2782471aa 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1952,11 +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-.*
- . The ":chdir" and ":cd" commands fail if the current
- buffer is modified, unless ! is used. Vim doesn't
- need this, since it remembers the full path of an
- opened file.
*'cryptmethod'* *'cm'*
'cryptmethod' Removed. |vim-differences| {Nvim}