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
This commit is contained in:
bfredl
2023-10-06 23:01:24 +02:00
parent ddc8dd187d
commit e8acbc1ade
7 changed files with 65 additions and 85 deletions

View File

@@ -1296,9 +1296,6 @@ vim.bo.ci = vim.bo.copyindent
--- 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