Merge branch 'MacVim'
[MacVim/KaoriYa.git] / runtime / compiler / README.txt
blob3f0b97b83e548c0779915cbb0c8ff13bc08822af
1 This directory contains Vim scripts to be used with a specific compiler.
2 They are used with the ":compiler" command.
4 These scripts usually set options, for example 'errorformat'.
5 See ":help write-compiler-plugin".
7 If you want to write your own compiler plugin, have a look at the other files
8 for how to do it, the format is simple.
10 If you think a compiler plugin you have written is useful for others, please
11 send it to Bram@vim.org.