diff options
| author | bfredl <bjorn.linse@gmail.com> | 2023-12-25 14:29:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-25 14:29:14 +0100 |
| commit | 343436f97db859fb253cf83b1d5aaef36c182922 (patch) | |
| tree | 04ee4ebcc87ab7beaebd5e0b4390b0f4e4f5a213 /src/nvim/options.lua | |
| parent | ddc8dd187d1c4da451332faf545171f242aa6b7a (diff) | |
| parent | e8acbc1ade5082563a9464ed3d1225414723390d (diff) | |
| download | rneovim-343436f97db859fb253cf83b1d5aaef36c182922.tar.gz rneovim-343436f97db859fb253cf83b1d5aaef36c182922.tar.bz2 rneovim-343436f97db859fb253cf83b1d5aaef36c182922.zip | |
Merge pull request #25528 from bfredl/nocpolisp
refactor(cpoptions): remove 'p'
Diffstat (limited to 'src/nvim/options.lua')
| -rw-r--r-- | src/nvim/options.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua index 8295483954..a997a41b77 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -1709,9 +1709,6 @@ return { 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 |