diff options
author | bfredl <bjorn.linse@gmail.com> | 2023-10-06 23:01:24 +0200 |
---|---|---|
committer | bfredl <bjorn.linse@gmail.com> | 2023-12-25 14:13:52 +0100 |
commit | e8acbc1ade5082563a9464ed3d1225414723390d (patch) | |
tree | 04ee4ebcc87ab7beaebd5e0b4390b0f4e4f5a213 /runtime/doc/vim_diff.txt | |
parent | ddc8dd187d1c4da451332faf545171f242aa6b7a (diff) | |
download | rneovim-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/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 0552689860..77b9ff6864 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -675,7 +675,7 @@ Options: bioskey (MS-DOS) conskey (MS-DOS) *'cp'* *'nocompatible'* *'nocp'* *'compatible'* (Nvim is always "nocompatible".) - 'cpoptions' (gjkHw<*- and all POSIX flags were removed) + 'cpoptions' (gjpkHw<*- and all POSIX flags were removed) *'cryptmethod'* *'cm'* *'key'* (Vim encryption implementation) cscopepathcomp cscopeprg |