Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1 | This directory contains Vim scripts to be used with a specific compiler. |
| 2 | They are used with the ":compiler" command. |
| 3 | |
| 4 | These scripts usually set options, for example 'errorformat'. |
| 5 | See ":help write-compiler-plugin". |
| 6 | |
Konfekt | 077d1d2 | 2024-09-10 21:06:22 +0200 | [diff] [blame] | 7 | To undo the effect of a compiler plugin, use the make compiler plugin. |
| 8 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 9 | If you want to write your own compiler plugin, have a look at the other files |
| 10 | for how to do it, the format is simple. |
| 11 | |
| 12 | If you think a compiler plugin you have written is useful for others, please |
Christian Brabandt | e978b45 | 2023-08-13 10:33:05 +0200 | [diff] [blame] | 13 | send it to the vim-dev mailing list: <vim-dev@vim.org> |