]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Squashed '.vim/bundle/vim-lsp-ale/' content from commit db0f9a8a
authormartin f. krafft <madduck@madduck.net>
Tue, 8 Apr 2025 15:04:25 +0000 (17:04 +0200)
committermartin f. krafft <madduck@madduck.net>
Tue, 8 Apr 2025 15:04:25 +0000 (17:04 +0200)
commit294584081929424aec883f90c7d6515b3743358d
tree2b7c2e1137e3b962b591e37b2b0345d3dd695400
Squashed '.vim/bundle/vim-lsp-ale/' content from commit db0f9a8a

git-subtree-dir: .vim/bundle/vim-lsp-ale
git-subtree-split: db0f9a8a33c0480988dc420cd2fba8a07743e4a4
26 files changed:
.codecov.yml [new file with mode: 0644]
.coveragerc [new file with mode: 0644]
.github/workflows/ci.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
autoload/lsp/ale.vim [new file with mode: 0644]
doc/vim-lsp-ale.txt [new file with mode: 0644]
plugin/lsp_ale.vim [new file with mode: 0644]
test/README.md [new file with mode: 0644]
test/integ/.gitignore [new file with mode: 0644]
test/integ/.themisrc [new file with mode: 0644]
test/integ/deps/.gitkeep [new file with mode: 0644]
test/integ/project/.gitignore [new file with mode: 0644]
test/integ/project/Cargo.lock [new file with mode: 0644]
test/integ/project/Cargo.toml [new file with mode: 0644]
test/integ/project/src/lib.rs [new file with mode: 0644]
test/integ/test.vimspec [new file with mode: 0644]
test/unit/.themisrc [new file with mode: 0644]
test/unit/runtime/autoload/ale/other_source.vim [new file with mode: 0644]
test/unit/runtime/autoload/lsp.vim [new file with mode: 0644]
test/unit/runtime/autoload/lsp/callbag.vim [new file with mode: 0644]
test/unit/runtime/autoload/lsp/internal/diagnostics/state.vim [new file with mode: 0644]
test/unit/runtime/autoload/lsp/ui/vim/utils.vim [new file with mode: 0644]
test/unit/runtime/autoload/lsp/utils.vim [new file with mode: 0644]
test/unit/test.vimspec [new file with mode: 0644]