blob: dccf4a97629be5c96266c09a700cc8e8275d6468 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001This 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
Christian Brabandte978b452023-08-13 10:33:05 +020011send it to the vim-dev mailing list: <vim-dev@vim.org>