neovim/runtime/compiler
Justin M. Keyes 11bcd48fda vim-patch:20aac6c11269
Update runtime files.
20aac6c112
2018-10-29 23:55:45 +01:00
..
ant.vim
bcc.vim
bdf.vim vim-patch:214641f77df6 2017-11-06 05:26:16 +01:00
cargo.vim vim-patch:3c2881dc1195 2017-11-07 01:04:17 +01:00
checkstyle.vim
context.vim vim-patch:46fceaaa8d14 2017-04-29 01:47:36 +02:00
cs.vim
csslint.vim vim-patch:c0514bf4777a 2017-04-30 22:10:21 +02:00
cucumber.vim vim-patch:89bcfda6834a 2017-04-28 21:13:55 +02:00
decada.vim
dot.vim
erlang.vim
eruby.vim
fortran_cv.vim
fortran_elf90.vim
fortran_F.vim
fortran_g77.vim
fortran_lf95.vim
fpc.vim
g95.vim
gcc.vim vim-patch:214641f77df6 2017-11-06 05:26:16 +01:00
gfortran.vim
ghc.vim vim-patch:cf49790443ee 2017-04-30 22:16:30 +02:00
gnat.vim
go.vim
haml.vim vim-patch:89bcfda6834a 2017-04-28 21:13:55 +02:00
hp_acc.vim
icc.vim
ifort.vim
intel.vim
irix5_c.vim
irix5_cpp.vim
javac.vim
jikes.vim
mcs.vim
mips_c.vim
mipspro_c89.vim
mipspro_cpp.vim
modelsim_vcom.vim
msbuild.vim
msvc.vim
neato.vim
ocaml.vim
onsgmls.vim
pbx.vim
perl.vim
php.vim
pylint.vim vim-patch:c0514bf4777a 2017-04-30 22:10:21 +02:00
pyunit.vim
rake.vim vim-patch:89bcfda6834a 2017-04-28 21:13:55 +02:00
README.txt
rspec.vim vim-patch:89bcfda6834a 2017-04-28 21:13:55 +02:00
rst.vim vim-patch:cd5c8f825078 2017-11-07 01:16:42 +01:00
ruby.vim
rubyunit.vim vim-patch:89bcfda6834a 2017-04-28 21:13:55 +02:00
rustc.vim vim-patch:3c2881dc1195 2017-11-07 01:04:17 +01:00
sass.vim vim-patch:89bcfda6834a 2017-04-28 21:13:55 +02:00
se.vim
splint.vim
stack.vim vim-patch:20aac6c11269 2018-10-29 23:55:45 +01:00
tcl.vim
tex.vim
tidy.vim
xbuild.vim
xmllint.vim
xmlwf.vim

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.