From 4f4c06a7a46e13e59381183818e839691b55702b Mon Sep 17 00:00:00 2001 From: Rafik Draoui Date: Sat, 28 Dec 2019 02:07:27 -0500 Subject: 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 --- runtime/doc/options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit