summaryrefslogtreecommitdiffstats
path: root/runtime/compiler/rhino.vim
AgeCommit message (Collapse)Author
2024-04-04runtime: Remove fallback :CompilerSet definition from compiler pluginsDoug Kearns
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>
2020-09-07Update runtime files.Bram Moolenaar