vim 2:8.0.1144-1ubuntu1 source package in Ubuntu
Changelog
vim (2:8.0.1144-1ubuntu1) bionic; urgency=medium
* Merge from Debian unstable. Remaining changes:
- debian/runtime/vimrc:
+ "syntax on" is a sane default for non-tiny vim.
- debian/patches/debian/ubuntu-grub-syntax.patch:
+ Add Ubuntu-specific "quiet" keyword.
- debian/patches/debian/update-upstart-syntax.patch:
+ Add setuid and setgid to syntax file.
- debian/patches/ubuntu-series-support.patch:
+ Drop vivid, wily, and yakkety, and add bionic.
- debian/patches/ubuntu-mouse-off.patch:
+ Mouse mode is actively harmful in some chroots.
vim (2:8.0.1144-1) unstable; urgency=medium
[ upstream ]
* Fix detection/enabling of cursor blink state. (Closes: #872302)
* ftplugin/perl.vim: Set 'iskeyword' local to the buffer so it doesn't
affect subsequently opened buffers. (Closes: #873755)
* syntax/mason.vim: Correctly highlight mason files again. (Closes:
#700016)
[ James McCoy ]
* debcontrol.vim:
+ Recognize Testsuite field (Closes: #872360)
+ Treat tabs as valid whitespace (Closes: #872557)
* Declare compliance with Policy 4.1.0, no changes needed
* Add basic autopkgtests
* Add missing postrm for symlink_to_dir maintscripts
vim (2:8.0.0946-1) unstable; urgency=medium
[ upstream ]
* 8.0.0939, 8.0.0940: Handle flakiness in terminal tests. (Closes: #872164)
* 8.0.0944: test_profile: Accept a match when self and total time are the
same.
* 8.0.0946: Don't rely on PATH_MAX. Fixes FTBFS on hurd.
vim (2:8.0.0937-1) unstable; urgency=medium
[ upstream ]
* 8.0.0210 et.al.: Add support for bracketed paste. (Closes: #504244)
* 8.0.0421: Fix display in diff mode when adding a line at the end of a
buffer. (Closes: #846993)
* 8.0.0693 et.al.: Implement a terminal emulator.
* 8.0.0698: Fix a crash on exit when using a Python function from a timer.
(Closes: #868767)
* 8.0.0737: Crash when X11 selection is very big (Closes: #606957)
[ James McCoy ]
* vim-policy:
+ Specify the "addon", not "name", field is used to declare the addon.
Thanks to Reiner Herrmann.
* Merge changes from Ubuntu, dependent on DEB_VENDOR=Ubuntu:
+ Remove --disable-python3interp on Ubuntu for vim-basic
+ Disable ruby for vim-gtk3
* d/rules:
+ Remove src/po/vim.pot and *.pyc during clean
+ Remove explicit setting of SOURCE_DATE_EPOCH since dpkg's pkg-info.mk
provides it.
* debcontrol.vim:
+ Add highlighting for Build-(Depends|Conflicts)-Arch
+ Fix syntax highlighting of "javascript" section. (Closes: #867307)
* Rewrite d/copyright in machine readable format. (Closes: #819734)
+ Properly document xxd's license. (Closes: #776191)
* Mark vim-doc and xxd Multi-Arch: foreign. Thanks to Helmut Grohne for the
patch. (Closes: #852722)
* Declare compliance with policy 4.0.1
+ Change Priority: extra packages to optional
* Reference Python 3 instead of Python in long descriptions. (Closes:
#868020)
* Bump debhelper compat to 10.
* debian/control:
+ Remove version constraints that are satisifed in oldstable.
vim (2:8.0.0197-5) unstable; urgency=high
* Backport upstream patches to fix CVE-2017-11109 (Closes: #867720)
+ 8.0.0703: Illegal memory access with empty :doau command
+ 8.0.0706: Crash when cancelling the cmdline window in Ex mode
+ 8.0.0707: Freeing wrong memory when manipulating buffers in autocommands
-- Adam Conrad <email address hidden> Wed, 25 Oct 2017 05:27:27 -0600
Upload details
- Uploaded by:
- Adam Conrad
- Uploaded to:
- Bionic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- editors
- Urgency:
- Very Urgent
See full publishing history Publishing
| Series | Published | Component | Section |
|---|
Downloads
| File | Size | SHA-256 Checksum |
|---|---|---|
| vim_8.0.1144.orig.tar.gz | 12.7 MiB | fd459ea92366bf6957fcfbb3c21eb89ea1dc2d596132f16c368b998c6cced4b4 |
| vim_8.0.1144-1ubuntu1.debian.tar.xz | 179.2 KiB | a615ec9cd9faf56c91c966b0a27e516bc239fe3e705f942aaf0b7cee77a7a1c1 |
| vim_8.0.1144-1ubuntu1.dsc | 2.9 KiB | c58576b0a2e187087993cc756da382dd16b0811abece2ffe196a2efd19632416 |
Available diffs
Binary packages built by this source
- vim: Vi IMproved - enhanced vi editor
Vim is an almost compatible version of the UNIX editor Vi.
.
Many new features have been added: multi level undo, syntax
highlighting, command line history, on-line help, filename
completion, block operations, folding, Unicode support, etc.
.
This package contains a version of vim compiled with a rather
standard set of features. This package does not provide a GUI
version of Vim. See the other vim-* packages if you need more
(or less).
- vim-athena: Vi IMproved - enhanced vi editor - with Athena GUI
Vim is an almost compatible version of the UNIX editor Vi.
.
Many new features have been added: multi level undo, syntax
highlighting, command line history, on-line help, filename
completion, block operations, folding, Unicode support, etc.
.
This package contains a version of vim compiled with a Athena GUI
and support for scripting with Lua, Perl, Python 3, Ruby, and Tcl.
- vim-athena-dbgsym: debug symbols for vim-athena
- vim-common: Vi IMproved - Common files
Vim is an almost compatible version of the UNIX editor Vi.
.
This package contains files shared by all non GUI-enabled vim variants
available in Debian. Examples of such shared files are: manpages and
configuration files.
- vim-dbgsym: debug symbols for vim
- vim-doc: Vi IMproved - HTML documentation
Vim is an almost compatible version of the UNIX editor Vi.
.
This package contains the HTML version of the online documentation. It is
built from the runtime/doc directory of the source tree.
- vim-gnome: Vi IMproved - enhanced vi editor (dummy package)
This is a transitional package to install the vim-gtk3 package. You may
remove this package if nothing depends on it.
- vim-gtk: Vi IMproved - enhanced vi editor - with GTK2 GUI
Vim is an almost compatible version of the UNIX editor Vi.
.
Many new features have been added: multi level undo, syntax
highlighting, command line history, on-line help, filename
completion, block operations, folding, Unicode support, etc.
.
This package contains a version of vim compiled with a GTK2 GUI
and support for scripting with Lua, Perl, Python 3, Ruby, and Tcl.
- vim-gtk-dbgsym: debug symbols for vim-gtk
- vim-gtk3: Vi IMproved - enhanced vi editor - with GTK3 GUI
Vim is an almost compatible version of the UNIX editor Vi.
.
Many new features have been added: multi level undo, syntax
highlighting, command line history, on-line help, filename
completion, block operations, folding, Unicode support, etc.
.
This package contains a version of vim compiled with a GTK3 GUI
and support for scripting with Lua, Perl, Python 3, and Tcl.
- vim-gtk3-dbgsym: debug symbols for vim-gtk3
- vim-gui-common: Vi IMproved - Common GUI files
Vim is an almost compatible version of the UNIX editor Vi.
.
This package contains files shared by all GUI-enabled vim
variants available in Debian. Examples of such shared files are:
gvimtutor, icons, and desktop environments settings.
- vim-nox: Vi IMproved - enhanced vi editor - with scripting languages support
Vim is an almost compatible version of the UNIX editor Vi.
.
Many new features have been added: multi level undo, syntax
highlighting, command line history, on-line help, filename
completion, block operations, folding, Unicode support, etc.
.
This package contains a version of vim compiled with support for
scripting with Lua, Perl, Python 3, Ruby, and Tcl but no GUI.
- vim-nox-dbgsym: debug symbols for vim-nox
- vim-runtime: Vi IMproved - Runtime files
Vim is an almost compatible version of the UNIX editor Vi.
.
This package contains vimtutor and the architecture independent runtime
files, used, if available, by all vim variants available in Debian.
Example of such runtime files are: online documentation, rules for
language-specific syntax highlighting and indentation, color schemes,
and standard plugins.
- vim-tiny: Vi IMproved - enhanced vi editor - compact version
Vim is an almost compatible version of the UNIX editor Vi.
.
This package contains a minimal version of Vim compiled with no GUI and
a small subset of features. This package's sole purpose is to provide
the vi binary for base installations.
.
If a vim binary is wanted, try one of the following more featureful
packages: vim, vim-nox, vim-athena, vim-gtk, or vim-gtk3.
- vim-tiny-dbgsym: debug symbols for vim-tiny
- xxd: tool to make (or reverse) a hex dump
xxd creates a hex dump of a given file or standard input. It can also convert
a hex dump back to its original binary form.
- xxd-dbgsym: debug symbols for xxd
