blob: 3f0b97b83e548c0779915cbb0c8ff13bc08822af [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
11send it to Bram@vim.org.