Files
neovim/runtime/compiler
Christian Clason 2dd5e472df vim-patch:fc93594d562d
runtime(rust): sync rust runtime files with upstream (vim/vim#13075)

fc93594d56

Co-authored-by: Gregory Anders <8965202+gpanders@users.noreply.github.com>
2023-09-13 17:23:45 +02:00
..
2023-09-13 17:23:45 +02:00
2022-12-08 16:33:38 +01:00
2022-09-28 12:48:36 +02:00
2023-08-13 13:25:10 +01:00
2022-08-31 08:08:51 +02:00
2022-08-31 08:08:51 +02:00
2022-08-31 08:08:51 +02:00
2022-08-31 08:08:51 +02:00
2023-08-13 13:25:10 +01:00
2023-09-13 17:23:45 +02:00
2022-12-08 16:33:38 +01:00
2022-12-08 16:33:38 +01:00
2022-12-08 16:33:38 +01: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 the vim-dev mailing list: <vim-dev@vim.org>