annotate runtime/compiler/README.txt @ 23812:84089558c5df
v8.2.2447
patch 8.2.2447: 'foldlevel' not applied to folds restored from session
Commit: https://github.com/vim/vim/commit/f9547eb6ef02e305203b859d2dcfdae930b9d544
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Feb 1 19:24:55 2021 +0100
patch 8.2.2447: 'foldlevel' not applied to folds restored from session
Problem: 'foldlevel' not applied to folds restored from session.
Solution: Set 'foldlevel' after creaiting the folds. (closes https://github.com/vim/vim/issues/7767)
author |
Bram Moolenaar <Bram@vim.org> |
date |
Mon, 01 Feb 2021 19:30:04 +0100 |
parents |
3fc0f57ecb91 |
children |
4027cefc2aab |
rev |
line source |
7
|
1 This directory contains Vim scripts to be used with a specific compiler.
|
|
2 They are used with the ":compiler" command.
|
|
3
|
|
4 These scripts usually set options, for example 'errorformat'.
|
|
5 See ":help write-compiler-plugin".
|
|
6
|
|
7 If you want to write your own compiler plugin, have a look at the other files
|
|
8 for how to do it, the format is simple.
|
|
9
|
|
10 If you think a compiler plugin you have written is useful for others, please
|
|
11 send it to Bram@vim.org.
|