Files
neovim/runtime/compiler
Justin M. Keyes 940f35f664 vim-patch:cf49790443ee
Updated runtime files.

cf49790443

NA patches:
vim-patch:99c5eb4fd755
2017-04-30 22:16:30 +02:00
..
2017-04-29 01:47:36 +02:00
2017-04-30 22:10:21 +02:00
2017-04-28 21:13:55 +02:00
2017-04-30 22:16:30 +02:00
2017-04-28 21:13:55 +02:00
2017-04-30 22:10:21 +02:00
2017-04-28 21:13:55 +02:00
2017-04-28 21:13:55 +02:00
2017-04-28 21:13:55 +02:00
2017-04-28 21:13:55 +02:00

This directory contains Vim scripts to be used with a specific compiler.
They are used with the ":compiler" command.

These scripts usually set options, for example 'errorformat'.
See ":help write-compiler-plugin".

If you want to write your own compiler plugin, have a look at the other files
for how to do it, the format is simple.

If you think a compiler plugin you have written is useful for others, please
send it to Bram@vim.org.