summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/compiler/ruff.vim
AgeCommit message (Collapse)AuthorFiles
2025-12-27vim-patch:ffd5c52: runtime(compiler): ignore 'Found' messages in ruff and ty ↵zeertzjq1
compiler (#37119) while at it, also update the ty command line closes: vim/vim#19012 https://github.com/vim/vim/commit/ffd5c52d23efa10087721b33713dbf8e4071f3ae Co-authored-by: Konfekt <Konfekt@users.noreply.github.com>
2025-11-07vim-patch:84baba3: runtime(compiler): do not override &l:makeprg on ↵zeertzjq1
:compiler! (#36470) closes: vim/vim#18686 https://github.com/vim/vim/commit/84baba329a1c4984415cfe8359e962c38efac860 Co-authored-by: Konfekt <Konfekt@users.noreply.github.com>
2024-11-20vim-patch:4927dae: runtime(compiler): fix escaping of arguments passed to ↵Christian Clason1
:CompilerSet See newly added help entry referring to option-backslash closes: vim/vim#16084 https://github.com/vim/vim/commit/4927daef608d4bbcdce8a1098cdeeaed3112c849 Co-authored-by: Konfekt <Konfekt@users.noreply.github.com>
2024-11-09vim-patch:6d9a145: runtime(compiler): add mypy and ruff compiler; update ↵zeertzjq1
pylint linter mypy and ruff come from https://github.com/Konfekt/vim-compilers/tree/master/compiler and the former was added by @pbnj-dragon closes: vim/vim#16007 https://github.com/vim/vim/commit/6d9a145d719857fe461d045adf3b61ec4b4bb53f Co-authored-by: Konfekt <Konfekt@users.noreply.github.com>