runtime(doc): 'cpoptions': Include "z" in the documented default Commit: https://github.com/vim/vim/commit/03d20aaac43f8d459641ce45f4a1d20b804aaa6f Author: Illia Bobyr <illia.bo...@gmail.com> Date: Tue Jul 16 20:10:16 2024 +0200
runtime(doc): 'cpoptions': Include "z" in the documented default A fixup for commit 22105fd1fe0dcfe993b5c04 (tag: v9.1.0589) While at it, document the correct Vi defaults and $VIM_POSIX (even more compatible) flags. closes: #15274 Signed-off-by: Illia Bobyr <illia.bo...@gmail.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index b211dcb8f..30214014d 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1,4 +1,4 @@ -*options.txt* For Vim version 9.1. Last change: 2024 Jul 15 +*options.txt* For Vim version 9.1. Last change: 2024 Jul 16 VIM REFERENCE MANUAL by Bram Moolenaar @@ -2257,8 +2257,9 @@ A jump table for the options with a short description can be found at |Q_op|. Also see 'preserveindent'. *'cpoptions'* *'cpo'* *cpo* -'cpoptions' 'cpo' string (Vim default: "aABceFs", - Vi default: all flags) +'cpoptions' 'cpo' string (Vim default: "aABceFsz", + Vi default: all flags, except "#{|&/\." + |$VIM_POSIX|: all flags) global A sequence of single character flags. When a character is present this indicates Vi-compatible behavior. This is used for things where -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/E1sTxvG-0091QY-KM%40256bit.org.