Files
neovim/runtime/compiler
Justin M. Keyes 9bc4f275b3 vim-patch:5477506a9f01
Update runtime files.
5477506a9f

NA:
vim-patch:2a9c9f6d89f1 "undo extra changes in src/Makefile"
2a9c9f6d89
2019-08-02 16:20:23 +02:00
..
2014-07-29 02:12:31 +00:00
2014-07-29 02:12:31 +00:00
2017-11-06 05:26:16 +01:00
2017-11-07 01:04:17 +01:00
2014-08-24 18:40:06 -05:00
2017-04-29 01:47:36 +02:00
2019-08-02 16:20:23 +02:00
2017-04-30 22:10:21 +02:00
2017-04-28 21:13:55 +02:00
2014-07-29 02:12:31 +00:00
2019-08-02 16:20:23 +02:00
2019-07-29 20:50:07 +02:00
2019-08-02 16:20:23 +02:00
2014-07-29 02:12:31 +00:00
2014-07-29 02:12:31 +00:00
2019-08-02 16:20:22 +02:00
2017-04-30 22:16:30 +02:00
2014-12-30 13:51:39 +01:00
2017-04-28 21:13:55 +02:00
2014-07-29 02:12:31 +00:00
2019-08-02 16:20:23 +02:00
2014-07-29 02:12:31 +00:00
2015-01-21 07:27:01 +01:00
2019-07-29 20:50:07 +02:00
2019-08-02 16:20:23 +02:00
2014-07-29 02:12:31 +00:00
2019-08-02 16:20:23 +02:00
2014-07-29 02:12:31 +00:00
2017-04-30 22:10:21 +02:00
2019-07-29 20:50:07 +02:00
2019-07-29 20:50:07 +02:00
2017-11-07 01:16:42 +01:00
2019-07-29 20:50:07 +02:00
2019-07-29 20:50:07 +02:00
2019-08-02 16:20:23 +02:00
2017-04-28 21:13:55 +02:00
2014-07-29 02:12:31 +00:00
2019-08-02 16:20:23 +02:00
2018-10-29 23:55:45 +01:00
2014-07-29 02:12:31 +00:00
2014-07-29 02:12:31 +00:00
2016-10-15 11:51:46 +09:00
2019-08-02 16:20:23 +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.