vim-ale 3.2.0-1 source package in Ubuntu

Changelog

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

  * New upstream release.
    - Apply also post-release fixes from Git.
  * New autopkgtest checks matching plugin and package versions.

 -- Nicholas Guriev <email address hidden>  Sat, 09 Jul 2022 19:26:03 +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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
vim-ale_3.2.0-1.dsc 1.6 KiB 0468356639c59f7c343bdabb35815059041a5807230ba9272f0f58d140667a1f
vim-ale_3.2.0.orig-test.tar.xz 197.7 KiB fd10df5aa68476116e50e02969a096cd478fa75fd3b5eaf5689a24138928b9b5
vim-ale_3.2.0.orig.tar.gz 373.9 KiB 515135cfe55cbc095621c0a352a8e918d95e9333bd1a537e6f1178fee247e5a2
vim-ale_3.2.0-1.debian.tar.xz 13.3 KiB 17c5bb95c664b4c4e54e9f2dc05d9ac7c3dcacdfa74572a99a2d25da57e250c0

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.