Commit Graph

8 Commits

Author SHA1 Message Date
408281e16a runtime: Remove fallback :CompilerSet definition from compiler plugins
The :CompilerSet command was added in version Vim 6.4 which was released
twenty years ago.  Other runtime files do not support versions of that
vintage so it is reasonable to remove this fallback command definition
now.

closes: #14399

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-04-04 22:00:58 +02:00
18d730d7b5 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>
2024-03-31 18:37:05 +02:00
214641f77d Runtime file updates. 2017-03-05 17:04:09 +01:00
57657d85c6 updated for version 7.0e05 2006-04-21 22:12:41 +00:00
f4d1145328 updated for version 7.0162 2005-12-02 00:46:37 +00:00
0dc065ee7c updated for version 7.0102 2005-07-04 22:49:24 +00:00
42eeac3552 updated for version 7.0097 2005-06-29 22:40:58 +00:00
071d4279d6 updated for version 7.0001 2004-06-13 20:20:40 +00:00