aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2023-10-06 23:01:24 +0200
committerbfredl <bjorn.linse@gmail.com>2023-12-25 14:13:52 +0100
commite8acbc1ade5082563a9464ed3d1225414723390d (patch)
tree04ee4ebcc87ab7beaebd5e0b4390b0f4e4f5a213 /runtime/doc/options.txt
parentddc8dd187d1c4da451332faf545171f242aa6b7a (diff)
downloadrneovim-e8acbc1ade5082563a9464ed3d1225414723390d.tar.gz
rneovim-e8acbc1ade5082563a9464ed3d1225414723390d.tar.bz2
rneovim-e8acbc1ade5082563a9464ed3d1225414723390d.zip
refactor(cpoptions): remove 'p'
Deleting a cpo flag a day keeps the doctor away We don't need two different ways to indent LISP code
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 8ba801e6f2..176c8ca3db 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1720,9 +1720,6 @@ A jump table for the options with a short description can be found at |Q_op|.
when it didn't exist when editing it. This is a
protection against a file unexpectedly created by
someone else. Vi didn't complain about this.
- *cpo-p*
- p Vi compatible Lisp indenting. When not present, a
- slightly better algorithm is used.
*cpo-P*
P When included, a ":write" command that appends to a
file will set the file name for the current buffer, if