neovim/runtime/compiler
Jan Edmund Lazo ab85f774a6
vim-patch:8.2.1410: adding compiler plugin requires test change
Problem:    Adding compiler plugin requires test change.
Solution:   Include compiler plugin and adjust test.
7f7a888869
2020-08-14 18:20:30 -04:00
..
ant.vim
bcc.vim
bdf.vim
cargo.vim
checkstyle.vim
context.vim
cs.vim vim-patch:5477506a9f01 2019-08-02 16:20:23 +02:00
csslint.vim
cucumber.vim
decada.vim
dot.vim
erlang.vim vim-patch:5477506a9f01 2019-08-02 16:20:23 +02:00
eruby.vim vim-patch:d09091d4955c 2019-07-29 20:50:07 +02:00
fortran_cv.vim vim-patch:5477506a9f01 2019-08-02 16:20:23 +02:00
fortran_elf90.vim
fortran_F.vim
fortran_g77.vim
fortran_lf95.vim
fpc.vim
g95.vim
gcc.vim vim-patch:396e829fa355 2019-08-02 16:20:22 +02:00
gfortran.vim
ghc.vim
gnat.vim
go.vim
haml.vim
hp_acc.vim
icc.vim
ifort.vim
intel.vim
irix5_c.vim
irix5_cpp.vim
javac.vim
jikes.vim vim-patch:5477506a9f01 2019-08-02 16:20:23 +02:00
mcs.vim
mips_c.vim
mipspro_c89.vim
mipspro_cpp.vim
modelsim_vcom.vim
msbuild.vim
msvc.vim
neato.vim
ocaml.vim
onsgmls.vim vim-patch:5477506a9f01 2019-08-02 16:20:23 +02:00
pbx.vim
perl.vim vim-patch:5477506a9f01 2019-08-02 16:20:23 +02:00
php.vim
pylint.vim
pyunit.vim
rake.vim vim-patch:d09091d4955c 2019-07-29 20:50:07 +02:00
README.txt
rspec.vim vim-patch:d09091d4955c 2019-07-29 20:50:07 +02:00
rst.vim
ruby.vim vim-patch:d09091d4955c 2019-07-29 20:50:07 +02:00
rubyunit.vim vim-patch:d09091d4955c 2019-07-29 20:50:07 +02:00
rustc.vim vim-patch:5477506a9f01 2019-08-02 16:20:23 +02:00
sass.vim
se.vim
splint.vim vim-patch:5477506a9f01 2019-08-02 16:20:23 +02:00
stack.vim
tcl.vim
tex.vim
tidy.vim
xbuild.vim
xmllint.vim
xmlwf.vim vim-patch:5477506a9f01 2019-08-02 16:20:23 +02:00
xo.vim vim-patch:8.2.1410: adding compiler plugin requires test change 2020-08-14 18:20:30 -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.