comparison runtime/doc/fold.txt @ 31885:cc751d944b7e

Update runtime files. Commit: https://github.com/vim/vim/commit/be4e01637e71c8d5095c33b9861fd70b41476732 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 2 13:59:48 2023 +0000 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Thu, 02 Feb 2023 15:15:06 +0100
parents 15c80d8bc515
children b2e8663e6dcc
comparison
equal deleted inserted replaced
31884:27f905bc04df 31885:cc751d944b7e
1 *fold.txt* For Vim version 9.0. Last change: 2022 Nov 26 1 *fold.txt* For Vim version 9.0. Last change: 2023 Jan 29
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
200 /* funcA() {{{2 */ 200 /* funcA() {{{2 */
201 void funcA() {} 201 void funcA() {}
202 202
203 /* funcB() {{{2 */ 203 /* funcB() {{{2 */
204 void funcB() {} 204 void funcB() {}
205 205 < *{{{* *}}}*
206 A fold starts at a "{{{" marker. The following number specifies the fold 206 A fold starts at a "{{{" marker. The following number specifies the fold
207 level. What happens depends on the difference between the current fold level 207 level. What happens depends on the difference between the current fold level
208 and the level given by the marker: 208 and the level given by the marker:
209 1. If a marker with the same fold level is encountered, the previous fold 209 1. If a marker with the same fold level is encountered, the previous fold
210 ends and another fold with the same level starts. 210 ends and another fold with the same level starts.