README.txt 437 B

123456789101112
  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. If you want to write your own compiler plugin, have a look at the other files
  6. for how to do it, the format is simple.
  7. If you think a compiler plugin you have written is useful for others, please
  8. send it to Bram@vim.org.