vim-ale 3.1.0-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Fix ALE identification applying upstream's Bump-version.patch.
  * Fix executable-not-elf-or-script Lintian warning by debian/rules.
  * Inject Dh helper vim-addon by means of the debian/control file and the
    virtual package dh-sequence-vim-addon.
  * Bump Standards-Version to 4.6.0, no necessary changes.

 -- Nicholas Guriev <email address hidden>  Mon, 21 Feb 2022 21:15:55 +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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
vim-ale_3.1.0-1.dsc 1.6 KiB ae94e5e4f33e5d68b1778f346aaee4e064dbb28828c73dd7e75ad4b7792b0f07
vim-ale_3.1.0.orig-test.tar.xz 183.5 KiB 72135a2f9a50085607b5dc1a358bc42df7748d6bf4133ac1cb5278da25e43c50
vim-ale_3.1.0.orig.tar.gz 337.5 KiB f964a36c80883cf08dec204248a4a1f7abdaa7b8f857677233f1a3e13352fc46
vim-ale_3.1.0-1.debian.tar.xz 11.5 KiB dcfc71d699d538cade9b23f22de63901dc284350d9fc0c632b3dab7060a7a7f6

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.