diff runtime/doc/options.txt @ 15701:9cd11f6beb70 v8.1.0858

patch 8.1.0858: 'indentkeys' and 'cinkeys' defaults are different commit https://github.com/vim/vim/commit/ce655743ba5c56c00769e57e6a6608c0088211ab Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 31 14:12:57 2019 +0100 patch 8.1.0858: 'indentkeys' and 'cinkeys' defaults are different Problem: 'indentkeys' and 'cinkeys' defaults are different. Solution: Make them the same, update docs. (close https://github.com/vim/vim/issues/3882)
author Bram Moolenaar <Bram@vim.org>
date Thu, 31 Jan 2019 14:15:05 +0100
parents f0f06837a699
children ad8b2c109b22
line wrap: on
line diff
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1564,7 +1564,7 @@ A jump table for the options with a shor
 	NOTE: This option is reset when 'compatible' is set.
 
 							*'cinkeys'* *'cink'*
-'cinkeys' 'cink'	string	(default "0{,0},0),:,0#,!^F,o,O,e")
+'cinkeys' 'cink'	string	(default "0{,0},0),0],:,0#,!^F,o,O,e")
 			local to buffer
 			{not in Vi}
 			{not available when compiled without the |+cindent|
@@ -4607,7 +4607,7 @@ A jump table for the options with a shor
 
 
 						*'indentkeys'* *'indk'*
-'indentkeys' 'indk'	string	(default "0{,0},:,0#,!^F,o,O,e")
+'indentkeys' 'indk'	string	(default "0{,0},0),0],:,0#,!^F,o,O,e")
 			local to buffer
 			{not in Vi}
 			{not available when compiled without the |+cindent|