summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/compiler/context.vim
AgeCommit message (Collapse)AuthorFiles
2025-03-12vim-patch:4fa2dd2: runtime(compiler): add comment for Dispatch (#32856)zeertzjq1
closes: vim/vim#16854 https://github.com/vim/vim/commit/4fa2dd2405a8d11bf1d1cb3553adb6fba53dc19f Co-authored-by: Konfekt <Konfekt@users.noreply.github.com>
2024-04-06vim-patch:b73faa1c02d0 (#28193)zeertzjq1
runtime: fix :compiler leaving behind a g:makeprg variable (vim/vim#14414) Problem: :compiler may leave behind a g:makeprg variable after vim/vim#14336. Solution: Use a script local variable. https://github.com/vim/vim/commit/b73faa1c02d0911a60bddd1ba343cf620f2cd124 Also apply previously omitted change to compiler/context.vim.
2024-04-05vim-patch:408281e16a36Christian Clason1
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: vim/vim#14399 https://github.com/vim/vim/commit/408281e16a36c15eed10fbf0406fa8ab159fc4bf Co-authored-by: Doug Kearns <dougkearns@gmail.com>
2017-04-29vim-patch:46fceaaa8d14Justin M. Keyes1
Updated runtime files. https://github.com/vim/vim/commit/46fceaaa8d1447a9588736d86eb4908214187b08