comparison 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
comparison
equal deleted inserted replaced
15700:1ac5c6fdb67c 15701:9cd11f6beb70
1562 option or 'indentexpr'. 1562 option or 'indentexpr'.
1563 This option is not used when 'paste' is set. 1563 This option is not used when 'paste' is set.
1564 NOTE: This option is reset when 'compatible' is set. 1564 NOTE: This option is reset when 'compatible' is set.
1565 1565
1566 *'cinkeys'* *'cink'* 1566 *'cinkeys'* *'cink'*
1567 'cinkeys' 'cink' string (default "0{,0},0),:,0#,!^F,o,O,e") 1567 'cinkeys' 'cink' string (default "0{,0},0),0],:,0#,!^F,o,O,e")
1568 local to buffer 1568 local to buffer
1569 {not in Vi} 1569 {not in Vi}
1570 {not available when compiled without the |+cindent| 1570 {not available when compiled without the |+cindent|
1571 feature} 1571 feature}
1572 A list of keys that, when typed in Insert mode, cause reindenting of 1572 A list of keys that, when typed in Insert mode, cause reindenting of
4605 It is not allowed to change text or jump to another window while 4605 It is not allowed to change text or jump to another window while
4606 evaluating 'indentexpr' |textlock|. 4606 evaluating 'indentexpr' |textlock|.
4607 4607
4608 4608
4609 *'indentkeys'* *'indk'* 4609 *'indentkeys'* *'indk'*
4610 'indentkeys' 'indk' string (default "0{,0},:,0#,!^F,o,O,e") 4610 'indentkeys' 'indk' string (default "0{,0},0),0],:,0#,!^F,o,O,e")
4611 local to buffer 4611 local to buffer
4612 {not in Vi} 4612 {not in Vi}
4613 {not available when compiled without the |+cindent| 4613 {not available when compiled without the |+cindent|
4614 feature} 4614 feature}
4615 A list of keys that, when typed in Insert mode, cause reindenting of 4615 A list of keys that, when typed in Insert mode, cause reindenting of