]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(compilers): ensure compiler! sets global options (#14336)
authorEnno <Konfekt@users.noreply.github.com>
Sun, 31 Mar 2024 16:37:05 +0000 (18:37 +0200)
committerGitHub <noreply@github.com>
Sun, 31 Mar 2024 16:37:05 +0000 (18:37 +0200)
commit18d730d7b5728c8f87272ac7047d86354013eeb9
treee93b225fab97bdb446be775f244a2c273f58e62f
parent80aabaab6636faa7cec461acc4b1fcc3a4c89376
runtime(compilers): ensure compiler! sets global options (#14336)

Previously some options were only set locally by
&l:makeprg/errorformat

This suffices for :compiler (without a trailing bang)
but falls short for :compiler! that sets &g:makeprg/errorformat as
well

Also apply kind suggestions by @dkearns and @lifepillar

Signed-off-by: Konfekt <Konfekt@users.noreply.github.com>
Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/compiler/bdf.vim
runtime/compiler/context.vim
runtime/compiler/mcs.vim
runtime/compiler/modelsim_vcom.vim
runtime/compiler/powershell.vim
runtime/compiler/tex.vim