README.txt 539 B

1234567891011121314
  1. This directory contains Vim scripts to be used with a specific compiler.
  2. They are used with the ":compiler" command.
  3. These scripts usually set options, for example 'errorformat'.
  4. See ":help write-compiler-plugin".
  5. To undo the effect of a compiler plugin, use the make compiler plugin.
  6. If you want to write your own compiler plugin, have a look at the other files
  7. for how to do it, the format is simple.
  8. If you think a compiler plugin you have written is useful for others, please
  9. send it to the vim-dev mailing list: <vim-dev@vim.org>