annotate runtime/compiler/README.txt @ 28333:04310f81143d
v8.2.4692
patch 8.2.4692: no test for what 8.2.4691 fixes
Commit: https://github.com/vim/vim/commit/0f68e6c07aaf62c034a242f183b93c1bb44e7f93
Author: zeertzjq <zeertzjq@outlook.com>
Date: Tue Apr 5 13:17:01 2022 +0100
patch 8.2.4692: no test for what 8.2.4691 fixes
Problem: No test for what 8.2.4691 fixes.
Solution: Add a test. Use a more generic sotlution. (closes https://github.com/vim/vim/issues/10090)
author |
Bram Moolenaar <Bram@vim.org> |
date |
Tue, 05 Apr 2022 14:30:03 +0200 |
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.
|