neovim/runtime/compiler
Sean Dewar cbf54ec2a5
vim-patch:e978b4534a5e (#24697)
Farewell to Bram and dedicate upcoming Vim 9.1 to him (vim/vim#12749)

e978b4534a

Also update the header for the following files that were converted to Vim9
script upstream:

- autoload/ccomplete.lua (vim9jitted)
- ftplugin.vim
- ftplugof.vim
- indent.vim
- indent/vim.vim
- makemenu.vim

This also updates the "Last Change" dates, even if some changes (due to rewrites
to Vim9 script) were not ported.

There's still a few other places where Bram is still mentioned as a maintainer
in the files we and Vim have:

- ftplugin/bash.vim
- indent/bash.vim
- indent/html.vim
- indent/mail.vim
- macros/accents.vim
- macros/editexisting.vim
- syntax/bash.vim
- syntax/shared/typescriptcommon.vim
- syntax/tar.vim
- syntax/typescript.vim
- syntax/typescriptreact.vim
- syntax/zimbu.vim

Maybe future patches will address that.

Also exclude changes to .po files that didn't apply automatically (the
`:messages` maintainer string isn't used in Nvim anyway).

Co-authored-by: Christian Brabandt <cb@256bit.org>
2023-08-13 13:25:10 +01: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 vim-patch:86b4816766d9 (#21314) 2022-12-08 16:33:38 +01:00
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
gnat.vim
go.vim
haml.vim
hare.vim vim-patch:9fbdbb814f4a (#20376) 2022-09-28 12:48:36 +02:00
hp_acc.vim
icc.vim
icon.vim vim-patch:d592deb33652 (#19002) 2022-06-17 20:38:21 +02:00
ifort.vim
intel.vim
irix5_c.vim
irix5_cpp.vim
javac.vim
jest.vim
jikes.vim
jjs.vim
jshint.vim
jsonlint.vim
mcs.vim
mips_c.vim
mipspro_c89.vim
mipspro_cpp.vim
modelsim_vcom.vim
msbuild.vim
msvc.vim vim-patch:e978b4534a5e (#24697) 2023-08-13 13:25:10 +01:00
neato.vim
ocaml.vim
onsgmls.vim
pbx.vim
perl.vim vim-patch:8c1b8cb2e0b5 (#18966) 2022-06-15 09:20:32 +02:00
perlcritic.vim vim-patch:8c1b8cb2e0b5 (#18966) 2022-06-15 09:20:32 +02:00
php.vim
podchecker.vim vim-patch:8c1b8cb2e0b5 (#18966) 2022-06-15 09:20:32 +02:00
powershell.vim
pylint.vim
pyunit.vim
raco.vim vim-patch:9b03d3e75b42 (#20013) 2022-08-31 08:08:51 +02:00
racomake.vim vim-patch:9b03d3e75b42 (#20013) 2022-08-31 08:08:51 +02:00
racosetup.vim vim-patch:9b03d3e75b42 (#20013) 2022-08-31 08:08:51 +02:00
racotest.vim vim-patch:9b03d3e75b42 (#20013) 2022-08-31 08:08:51 +02:00
rake.vim
README.txt vim-patch:e978b4534a5e (#24697) 2023-08-13 13:25:10 +01:00
rhino.vim
rspec.vim
rst.vim
rubocop.vim
ruby.vim
rubyunit.vim
rustc.vim
sass.vim
scdoc.vim vim-patch:partial:3f32a5f1601a (#18555) 2022-05-13 15:20:58 +02:00
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
xbuild.vim
xmllint.vim
xmlwf.vim
xo.vim
yamllint.vim
zig_build_exe.vim vim-patch:86b4816766d9 (#21314) 2022-12-08 16:33:38 +01:00
zig_build.vim vim-patch:86b4816766d9 (#21314) 2022-12-08 16:33:38 +01:00
zig_test.vim vim-patch:86b4816766d9 (#21314) 2022-12-08 16:33:38 +01:00
zig.vim vim-patch:86b4816766d9 (#21314) 2022-12-08 16:33:38 +01:00
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".

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>