mirror of
https://github.com/neovim/neovim.git
synced 2026-05-04 04:55:16 +00:00
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:
3
runtime/lua/vim/_meta/options.lua
generated
3
runtime/lua/vim/_meta/options.lua
generated
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user