Files
neovim/runtime/compiler
Christian Clason 5fd21b8d3e vim-patch:6c391a74fe90 (#15654)
Update runtime files
6c391a74fe

omit autoload/getscript.vim

skip doc/eval.txt (needs 8.2.2468)
skip doc/various.txt (needs 8.2.3400)

(typofixes courtesy of @dundargoc)
2021-09-13 16:33:41 +02:00
..
2021-04-29 21:08:09 -04:00
2021-05-02 12:44:04 -04:00
2021-04-29 23:35:37 -04:00
2021-04-29 23:35:37 -04:00
2021-04-29 23:35:37 -04:00
2021-04-29 23:35:37 -04:00
2021-04-29 23:35:37 -04:00
2021-04-29 23:35:37 -04:00
2021-04-29 23:35:37 -04:00
2021-04-29 21:56:34 -04:00
2021-05-01 23:19:58 -04:00
2021-09-13 16:33:41 +02:00
2021-04-29 21:08:09 -04:00
2021-04-29 21:08:09 -04:00
2021-04-29 23:35:37 -04:00
2021-04-29 21:08:09 -04:00
2021-04-29 21:08:09 -04:00
2021-04-29 21:08:09 -04:00
2021-04-29 21:08:09 -04:00
2021-05-01 22:29:03 -04:00
2021-05-02 12:03:34 -04:00
2021-04-29 23:35:37 -04:00
2021-04-29 21:08:09 -04:00
2021-05-01 02:01:25 -04:00
2021-05-02 10:23:35 -04:00
2021-04-29 21:56:34 -04:00
2021-04-29 21:08:09 -04:00
2021-09-13 16:33:41 +02:00
2021-05-01 23:19:58 -04:00
2021-04-29 21:08:09 -04: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.