vim-ale 3.0.0-1 source package in Ubuntu

Changelog

vim-ale (3.0.0-1) unstable; urgency=medium

  * New upstream release.
  * Mark all auto-tests as flaky to unblock migration to testing.
  * Override package-contains-documentation-outside-usr-share-doc Lintian tag.
  * Move Git repository to vim-team namespace on salsa.debian.org.

 -- Nicholas Guriev <email address hidden>  Wed, 28 Oct 2020 20:37:50 +0300

Upload details

Uploaded by:
Nicholas Guriev
Uploaded to:
Sid
Original maintainer:
Nicholas Guriev
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
vim-ale_3.0.0-1.dsc 2.3 KiB bffc843e1b86afcd169dea2a9fc6de4987310c271d171064165491e24877ea90
vim-ale_3.0.0.orig-test.tar.xz 173.4 KiB 11a34cbe0720416fffe9f26778fa024bbd80817f3c754436dc353fd2927e6659
vim-ale_3.0.0.orig.tar.gz 317.6 KiB 9e2c3b495b24be6bc096c6c5d31fdd96a0e7984de33a5ad911c9c145e1c306c9
vim-ale_3.0.0-1.debian.tar.xz 10.4 KiB 81f407bc55cbec4118571f75251e82d3d52376ce1be3787e9fe25037de060043

Available diffs

No changes file available.

Binary packages built by this source

vim-ale: Asynchronous Lint Engine for Vim 8 and NeoVim

 ALE (Asynchronous Lint Engine) is a plugin providing linting (syntax checking
 and semantic errors) in NeoVim 0.2.0+ and Vim 8 while you edit your text files,
 and acts as a Vim Language Server Protocol client.
 .
 ALE makes use of NeoVim and Vim 8 job control functions and timers to run
 linters on the contents of text buffers and return errors as text is changed in
 Vim. This allows for displaying warnings and errors in files being edited in
 Vim before files have been saved back to a filesystem. In other words, this
 plugin allows you to lint while you type.
 .
 After installing the package, you can put ‘packadd! ale’ to your vimrc file to
 activate the plugin.