neovim/runtime/compiler
Christian Clason 608ef83fc6 vim-patch:077d1d2: runtime(make): add compiler/make.vim to reset compiler plugin settings
closes: vim/vim#15645

077d1d2cff

Co-authored-by: Konfekt <Konfekt@users.noreply.github.com>
Co-authored-by: K.Takata <kentkt@csc.jp>
2024-09-11 09:47:30 +02:00
..
ant.vim
bcc.vim
bdf.vim
cargo.vim
checkstyle.vim
cm3.vim
context.vim
cs.vim
csslint.vim
cucumber.vim
dart2js.vim
dart2native.vim
dart.vim
dartanalyser.vim
dartdevc.vim
dartdoc.vim
dartfmt.vim
decada.vim
dot.vim
dotnet.vim
erlang.vim
eruby.vim
eslint.vim
fbc.vim
fortran_cv.vim
fortran_elf90.vim
fortran_F.vim
fortran_g77.vim
fortran_lf95.vim
fpc.vim
g95.vim
gawk.vim
gcc.vim
gfortran.vim
ghc.vim
gjs.vim
gm2.vim
gnat.vim
go.vim
groff.vim vim-patch:7cc0e91: runtime(groff): Add compiler plugin for groff 2024-09-11 09:47:30 +02:00
haml.vim
hare.vim vim-patch:9.1.0442: hare runtime files outdated (#29011) 2024-05-26 07:11:50 +08:00
hp_acc.vim
icc.vim
icon.vim
ifort.vim
intel.vim
irix5_c.vim
irix5_cpp.vim
javac.vim vim-patch:0ddab58: runtime(java): Add a config variable for commonly used compiler options 2024-06-16 23:24:55 +02:00
jest.vim
jikes.vim
jjs.vim
jq.vim
jshint.vim
jsonlint.vim
make.vim vim-patch:077d1d2: runtime(make): add compiler/make.vim to reset compiler plugin settings 2024-09-11 09:47:30 +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
pandoc.vim vim-patch:d30ffdc: runtime(pandoc): Update compiler plugin to use actual 'spelllang' 2024-09-11 09:47:30 +02:00
pbx.vim
perl.vim
perlcritic.vim
php.vim
pip_compile.vim
podchecker.vim
powershell.vim
pylint.vim
pyunit.vim
raco.vim
racomake.vim
racosetup.vim
racotest.vim
rake.vim
README.txt vim-patch:077d1d2: runtime(make): add compiler/make.vim to reset compiler plugin settings 2024-09-11 09:47:30 +02:00
rhino.vim
rime_deployer.vim
rspec.vim
rst.vim
rubocop.vim
ruby.vim
rubyunit.vim
rustc.vim
sass.vim
scdoc.vim
se.vim
shellcheck.vim
sml.vim
spectral.vim
splint.vim
stack.vim
standard.vim
stylelint.vim
tcl.vim
tex.vim
tidy.vim
ts-node.vim
tsc.vim
typedoc.vim
typst.vim vim-patch:1cc4cae: runtime(typst): Add typst runtime files 2024-07-16 09:43:57 +02:00
vimdoc.vim
xbuild.vim
xmllint.vim
xmlwf.vim
xo.vim
yamllint.vim
zig_build_exe.vim
zig_build.vim
zig_test.vim
zig.vim
zsh.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".

To undo the effect of a compiler plugin, use the make 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 the vim-dev mailing list: <vim-dev@vim.org>