android_mt6572_jiabo/external/vim/runtime/compiler
2025-09-05 16:56:03 +08:00
..
ant.vim first commit 2025-09-05 16:56:03 +08:00
bcc.vim first commit 2025-09-05 16:56:03 +08:00
bdf.vim first commit 2025-09-05 16:56:03 +08:00
cargo.vim first commit 2025-09-05 16:56:03 +08:00
checkstyle.vim first commit 2025-09-05 16:56:03 +08:00
context.vim first commit 2025-09-05 16:56:03 +08:00
cs.vim first commit 2025-09-05 16:56:03 +08:00
csslint.vim first commit 2025-09-05 16:56:03 +08:00
cucumber.vim first commit 2025-09-05 16:56:03 +08:00
decada.vim first commit 2025-09-05 16:56:03 +08:00
dot.vim first commit 2025-09-05 16:56:03 +08:00
erlang.vim first commit 2025-09-05 16:56:03 +08:00
eruby.vim first commit 2025-09-05 16:56:03 +08:00
fortran_cv.vim first commit 2025-09-05 16:56:03 +08:00
fortran_elf90.vim first commit 2025-09-05 16:56:03 +08:00
fortran_F.vim first commit 2025-09-05 16:56:03 +08:00
fortran_g77.vim first commit 2025-09-05 16:56:03 +08:00
fortran_lf95.vim first commit 2025-09-05 16:56:03 +08:00
fpc.vim first commit 2025-09-05 16:56:03 +08:00
g95.vim first commit 2025-09-05 16:56:03 +08:00
gcc.vim first commit 2025-09-05 16:56:03 +08:00
gfortran.vim first commit 2025-09-05 16:56:03 +08:00
ghc.vim first commit 2025-09-05 16:56:03 +08:00
gnat.vim first commit 2025-09-05 16:56:03 +08:00
go.vim first commit 2025-09-05 16:56:03 +08:00
haml.vim first commit 2025-09-05 16:56:03 +08:00
hp_acc.vim first commit 2025-09-05 16:56:03 +08:00
icc.vim first commit 2025-09-05 16:56:03 +08:00
ifort.vim first commit 2025-09-05 16:56:03 +08:00
intel.vim first commit 2025-09-05 16:56:03 +08:00
irix5_c.vim first commit 2025-09-05 16:56:03 +08:00
irix5_cpp.vim first commit 2025-09-05 16:56:03 +08:00
javac.vim first commit 2025-09-05 16:56:03 +08:00
jikes.vim first commit 2025-09-05 16:56:03 +08:00
mcs.vim first commit 2025-09-05 16:56:03 +08:00
mips_c.vim first commit 2025-09-05 16:56:03 +08:00
mipspro_c89.vim first commit 2025-09-05 16:56:03 +08:00
mipspro_cpp.vim first commit 2025-09-05 16:56:03 +08:00
modelsim_vcom.vim first commit 2025-09-05 16:56:03 +08:00
msbuild.vim first commit 2025-09-05 16:56:03 +08:00
msvc.vim first commit 2025-09-05 16:56:03 +08:00
neato.vim first commit 2025-09-05 16:56:03 +08:00
ocaml.vim first commit 2025-09-05 16:56:03 +08:00
onsgmls.vim first commit 2025-09-05 16:56:03 +08:00
pbx.vim first commit 2025-09-05 16:56:03 +08:00
perl.vim first commit 2025-09-05 16:56:03 +08:00
php.vim first commit 2025-09-05 16:56:03 +08:00
pylint.vim first commit 2025-09-05 16:56:03 +08:00
pyunit.vim first commit 2025-09-05 16:56:03 +08:00
rake.vim first commit 2025-09-05 16:56:03 +08:00
README.txt first commit 2025-09-05 16:56:03 +08:00
rspec.vim first commit 2025-09-05 16:56:03 +08:00
rst.vim first commit 2025-09-05 16:56:03 +08:00
ruby.vim first commit 2025-09-05 16:56:03 +08:00
rubyunit.vim first commit 2025-09-05 16:56:03 +08:00
rustc.vim first commit 2025-09-05 16:56:03 +08:00
sass.vim first commit 2025-09-05 16:56:03 +08:00
se.vim first commit 2025-09-05 16:56:03 +08:00
splint.vim first commit 2025-09-05 16:56:03 +08:00
stack.vim first commit 2025-09-05 16:56:03 +08:00
tcl.vim first commit 2025-09-05 16:56:03 +08:00
tex.vim first commit 2025-09-05 16:56:03 +08:00
tidy.vim first commit 2025-09-05 16:56:03 +08:00
xbuild.vim first commit 2025-09-05 16:56:03 +08:00
xmllint.vim first commit 2025-09-05 16:56:03 +08:00
xmlwf.vim first commit 2025-09-05 16:56:03 +08: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.