1
0
Fork 0
mirror of https://github.com/vim/vim synced 2025-04-03 16:36:44 +02:00
vim/runtime/compiler
2011-04-28 19:02:44 +02:00
..
ant.vim updated for version 7.0066 2005-04-15 21:00:38 +00:00
bcc.vim updated for version 7.0001 2004-06-13 20:20:40 +00:00
bdf.vim updated for version 7.0e05 2006-04-21 22:12:41 +00:00
checkstyle.vim updated for version 7.0021 2004-12-09 21:34:53 +00:00
cs.vim Updated runtime files. 2011-04-28 19:02:44 +02:00
cucumber.vim Runtime file updates. (Tim Pope) 2010-08-09 20:13:35 +02:00
decada.vim Update runtime files. 2010-01-06 20:54:52 +01:00
dot.vim updated for version 7.0001 2004-06-13 20:20:40 +00:00
eruby.vim Runtime file updates. 2010-05-28 20:54:39 +02:00
fortran_cv.vim updated for version 7.0001 2004-06-13 20:20:40 +00:00
fortran_elf90.vim updated for version 7.0001 2004-06-13 20:20:40 +00:00
fortran_F.vim updated for version 7.0001 2004-06-13 20:20:40 +00:00
fortran_g77.vim Update runtime files. 2010-01-06 20:54:52 +01:00
fortran_lf95.vim updated for version 7.0001 2004-06-13 20:20:40 +00:00
fpc.vim updated for version 7.0158 2005-11-23 21:25:05 +00:00
g95.vim Updated runtime files. 2011-04-01 18:03:16 +02:00
gcc.vim Updated runtime files and translations. 2010-10-20 18:45:33 +02:00
gfortran.vim Updated runtime files. 2011-04-01 18:03:16 +02:00
gnat.vim Update runtime files. 2010-01-06 20:54:52 +01:00
hp_acc.vim updated for version 7.0158 2005-11-23 21:25:05 +00:00
icc.vim updated for version 7.0001 2004-06-13 20:20:40 +00:00
ifort.vim Updated runtime files. 2011-04-01 18:03:16 +02:00
intel.vim updated for version 7.0001 2004-06-13 20:20:40 +00:00
irix5_c.vim updated for version 7.0001 2004-06-13 20:20:40 +00:00
irix5_cpp.vim updated for version 7.0001 2004-06-13 20:20:40 +00:00
javac.vim updated for version 7.0021 2004-12-09 21:34:53 +00:00
jikes.vim Update runtime files. 2010-01-06 20:54:52 +01:00
mcs.vim updated for version 7.1a 2007-05-05 18:24:42 +00:00
mips_c.vim updated for version 7.0001 2004-06-13 20:20:40 +00:00
mipspro_c89.vim updated for version 7.0001 2004-06-13 20:20:40 +00:00
mipspro_cpp.vim updated for version 7.0001 2004-06-13 20:20:40 +00:00
modelsim_vcom.vim updated for version 7.0001 2004-06-13 20:20:40 +00:00
msvc.vim updated for version 7.0162 2005-12-02 00:50:49 +00:00
neato.vim updated for version 7.0001 2004-06-13 20:20:40 +00:00
onsgmls.vim updated for version 7.0001 2004-06-13 20:20:40 +00:00
pbx.vim updated for version 7.0001 2004-06-13 20:20:40 +00:00
perl.vim Crypt the text in the undo file if the file itself is crypted. 2010-05-30 22:48:02 +02:00
php.vim updated for version 7.0021 2004-12-09 21:34:53 +00:00
pyunit.vim updated for version 7.0001 2004-06-13 20:20:40 +00:00
README.txt updated for version 7.0001 2004-06-13 20:20:40 +00:00
rspec.vim Runtime file updates. 2010-05-28 20:54:39 +02:00
rst.vim updated for version 7.0e05 2006-04-21 22:12:41 +00:00
ruby.vim Runtime file updates. 2010-05-28 20:54:39 +02:00
rubyunit.vim Runtime file updates. 2010-05-28 20:54:39 +02:00
se.vim updated for version 7.0021 2004-12-09 21:34:53 +00:00
splint.vim Update runtime files. 2010-01-06 20:54:52 +01:00
tcl.vim updated for version 7.0021 2004-12-09 21:34:53 +00:00
tex.vim updated for version 7.0001 2004-06-13 20:20:40 +00:00
tidy.vim updated for version 7.0021 2004-12-09 21:34:53 +00:00
xmllint.vim updated for version 7.0021 2004-12-09 21:34:53 +00:00
xmlwf.vim updated for version 7.0001 2004-06-13 20:20:40 +00: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.