vim-ale 3.3.0-1 source package in Ubuntu

Changelog

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

  * New upstream release.
    - Replace previous patches with the latest post-release fixes.
  * Rewrite d/watch file for updated GitHub HTML code.
  * Bump standards version to 4.6.2, no related changes.

 -- Nicholas Guriev <email address hidden>  Mon, 09 Jan 2023 21:49:01 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
vim-ale_3.3.0-1.dsc 1.6 KiB 1ff2505ad3e99d5635b193c96ceebef6feb75f511c069a26f63a1df5c978ec68
vim-ale_3.3.0.orig-test.tar.xz 204.9 KiB cf6b515dd2b087df3d27cfaa47eddd20d68e507b2f25c406aa8df625667ccc05
vim-ale_3.3.0.orig.tar.gz 392.2 KiB 3c5b2f29b437192c651957ce6b9408ba1f8cece2dae624dd82f04157289193fe
vim-ale_3.3.0-1.debian.tar.xz 14.8 KiB 1ee9a318adc70b719ba486bbeb05ee905e0d720e4b896b66b3e328ee9a68511e

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.