vim-youcompleteme 0+20220402+git3ededae+ds-4 source package in Ubuntu

Changelog

vim-youcompleteme (0+20220402+git3ededae+ds-4) unstable; urgency=medium

  * Import upstream 0+20220706+gitd35df61 as patch series
    - Support ycmds experimental semantic highlighting
  * Do not require semantic highlighting support in ycmd
  * Run gopls test with gccgo and golang-go
  * Use first option in gopls fixit test dialog (Closes: #1016842)
  * Avoid testing with unavailable nodejs on armel

 -- David Kalnischkies <email address hidden>  Mon, 08 Aug 2022 21:55:47 +0200

Upload details

Uploaded by:
David Kalnischkies
Uploaded to:
Sid
Original maintainer:
David Kalnischkies
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-youcompleteme_0+20220402+git3ededae+ds-4.dsc 2.3 KiB 94ad820d859e2af1a93a7ad91a99116b213c6b1375d7edbadd219a10305d44f6
vim-youcompleteme_0+20220402+git3ededae+ds.orig.tar.xz 220.1 KiB c331a947601ef7cd518a9c80b39bfa52c0609ddc395c891ed6027170e381a23f
vim-youcompleteme_0+20220402+git3ededae+ds-4.debian.tar.xz 27.7 KiB 8470eb247976b05ed608b73bd17febfa6f6887dc1e6e090bc6d952fff70a303e

No changes file available.

Binary packages built by this source

vim-youcompleteme: fast, as-you-type, fuzzy-search code completion engine for Vim

 YouCompleteMe is a fast, as-you-type, fuzzy-search code completion engine
 for Vim. It has several completion engines: an identifier-based engine
 that works with every programming language, a semantic, Clang-based
 engine that provides native semantic code completion for
 C/C++/Objective-C/Objective-C++ and an omnifunc-based completer that uses data
 from Vim's omnicomplete system to provide semantic completions for many
 other languages (Ruby, PHP etc.).