blob: 327d0a7fded57e6d07d707e1912f45c668f8718d [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
Konfekt077d1d22024-09-10 21:06:22 +02007To undo the effect of a compiler plugin, use the make compiler plugin.
8
Bram Moolenaar071d4272004-06-13 20:20:40 +00009If you want to write your own compiler plugin, have a look at the other files
10for how to do it, the format is simple.
11
12If you think a compiler plugin you have written is useful for others, please
Christian Brabandte978b452023-08-13 10:33:05 +020013send it to the vim-dev mailing list: <vim-dev@vim.org>