neovim/runtime/compiler
Justin M. Keyes f64486b6b6 vim-patch:790c18bfa5df
Update runtime files
790c18bfa5
2019-07-29 20:50:07 +02: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 Spelling fixes 2014-08-24 18:40:06 -05:00
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 vim-patch:1e8ebf8 2014-12-30 13:51:39 +01:00
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 vim-patch:bd18da9 2015-01-21 07:27:01 +01:00
neato.vim
ocaml.vim vim-patch:790c18bfa5df 2019-07-29 20:50:07 +02:00
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 vim-patch:0648142 2016-10-15 11:51:46 +09:00
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.