diff options
author | Rafik Draoui <rafik@rafik.ca> | 2019-12-28 02:07:27 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-12-28 08:07:27 +0100 |
commit | 4f4c06a7a46e13e59381183818e839691b55702b (patch) | |
tree | 23d2c65eddd3c9eb130c8b0340e69b4ef24a21bd | |
parent | 52566dd780a0ac5c584213111e6f5294874195a9 (diff) | |
download | rneovim-4f4c06a7a46e13e59381183818e839691b55702b.tar.gz rneovim-4f4c06a7a46e13e59381183818e839691b55702b.tar.bz2 rneovim-4f4c06a7a46e13e59381183818e839691b55702b.zip |
doc: update 'cpoptions' default value #11619
Since version 0.2, the `_` compatibility option is turned on by default.
ref 1743df82f9003514c384ff99779d82179e6cb999
ref https://github.com/neovim/neovim/blob/b0196586debd55b9b8be62966084eee12bf0e4ad/src/nvim/option_defs.h#L135
-rw-r--r-- | runtime/doc/options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 519cbf66b1..57e3a00f89 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1486,7 +1486,7 @@ A jump table for the options with a short description can be found at |Q_op|. See 'preserveindent'. *'cpoptions'* *'cpo'* *cpo* -'cpoptions' 'cpo' string (Vim default: "aABceFs", +'cpoptions' 'cpo' string (Vim default: "aABceFs_", Vi default: all flags) global A sequence of single character flags. When a character is present |