xref: /vim-8.2.3635/runtime/compiler/README.txt (revision 071d4279)
1This directory contains Vim scripts to be used with a specific compiler.
2They are used with the ":compiler" command.
3
4These scripts usually set options, for example 'errorformat'.
5See ":help write-compiler-plugin".
6
7If you want to write your own compiler plugin, have a look at the other files
8for how to do it, the format is simple.
9
10If you think a compiler plugin you have written is useful for others, please
11send it to [email protected].
12