vim 2:7.4.1689-2ubuntu1 source package in Ubuntu
Changelog
vim (2:7.4.1689-2ubuntu1) xenial; urgency=medium * Merge with Debian; 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/debian/ubuntu-releases.patch: + Add support for xenial, drop utopic to unsupported. - debian/rules: Stop ignoring failures from flaky test86. - Build using Python3. - Build python2 variants for gtk, gnome, athena, nox. * Build a vim-gtk3-py2 package. vim (2:7.4.1689-2) unstable; urgency=medium * Stop installing a dangling symlink at /usr/share/vim/addons/doc/matchit.txt. (Closes: #819796) * Lintian: + Provide more details in vim-doc's long description. Thanks to Elimar Riesebieter for the patch. (Closes: #819733) * helpztags: + Don't try to read a file if it can't be opened. (Closes: #819764) + Don't error if the specified directory doesn't exist. (Closes: #819809) * Generate vim-policy in a consistent locale. vim (2:7.4.1689-1) unstable; urgency=medium * Merge upstream tag v7.4.1689. + Highlighted changes: - 7.4.1142: “:syn iskeyword” command to define the set of keyword characters for syntax highlighting, rather than changing the buffer's 'iskeyword' option. - 7.4.1154 et.al.: Support converting between JSON and VimL. See json_decode(), json_encode(), js_decode(), and js_encode(). - 7.4.1169 et.al.: Support async communication with external processes using the new channel and job features. - 7.4.1384 et.al.: Provide native support for managing Vim addons/packages with the :packadd command and 'packpath' option. - 7.4.1402: GTK3 GUI support - 7.4.1578: Support running a function on a periodic basis with the timer_start()/timer_start() functions. - runtime/syntax/sh.vim + Fix incorrect highlighting when case/esac are embedded in a word. (Closes: #818137) - runtime/syntax/sshdconfig.vim + Update with recent keywords, including VersionAddendum. (Closes: #776834) * Add a vim-gtk3 package. (Closes: #815750) * Improve reproducibility of Vim builds. (Closes: #787327) + Use $SOURCE_DATE_EPOCH to set the compilation time displayed in :version + Set a static value for configure's --with-compiledby argument * Migrate to automatic -dbgsym packages * Declare compliance with Policy 3.9.7, no changes needed. * Stop installing empty icon directories in vim-common. Thanks to Elimar Riesebieter for the patch. (Closes: #819653) -- Matthias Klose <email address hidden> Tue, 05 Apr 2016 17:22:10 +0200
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Xenial
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- editors
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
vim_7.4.1689.orig.tar.gz | 12.0 MiB | 66a39cad0fefef5ea9284a374a0441d4513033f6901d6a612eec7e048c031d98 |
vim_7.4.1689-2ubuntu1.debian.tar.xz | 183.4 KiB | 57b8f0ab886eb7f77c3dba1e1ce910b445d9ff9e575fe7c818a64cbef5ec8388 |
vim_7.4.1689-2ubuntu1.dsc | 3.1 KiB | f65e9d1ab1ef460698bcadd7e28ad2a4cb7c9284b747b4d48bab9e7eea1fda75 |
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, Ruby, and Tcl.
- vim-athena-dbgsym: debug symbols for package vim-athena
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, Ruby, and Tcl.
- vim-athena-py2: Vi IMproved - enhanced vi editor - with Athena GUI (Python2)
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, Python2, Ruby, and Tcl.
- vim-athena-py2-dbgsym: debug symbols for package vim-athena-py2
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, Python2, Ruby, and Tcl.
- 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,
common executables like xxd, and configuration files.
- vim-common-dbgsym: debug symbols for package vim-common
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,
common executables like xxd, and configuration files.
- vim-dbgsym: debug symbols for package vim
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-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 - with GNOME2 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 GNOME2 GUI
and support for scripting with Lua, Perl, Python, Ruby, and Tcl.
- vim-gnome-dbgsym: debug symbols for package vim-gnome
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 GNOME2 GUI
and support for scripting with Lua, Perl, Python, Ruby, and Tcl.
- vim-gnome-py2: Vi IMproved - enhanced vi editor - with GNOME2 GUI (Python2)
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 GNOME2 GUI
and support for scripting with Lua, Perl, Python2, Ruby, and Tcl.
- vim-gnome-py2-dbgsym: debug symbols for package vim-gnome-py2
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 GNOME2 GUI
and support for scripting with Lua, Perl, Python2, Ruby, and Tcl.
- 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, Ruby, and Tcl.
- vim-gtk-dbgsym: debug symbols for package vim-gtk
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, Ruby, and Tcl.
- vim-gtk-py2: Vi IMproved - enhanced vi editor - with GTK2 GUI (Python2)
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, Python2, Ruby, and Tcl.
- vim-gtk-py2-dbgsym: debug symbols for package vim-gtk-py2
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, Python2, Ruby, and Tcl.
- 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, Ruby, and Tcl.
- vim-gtk3-dbgsym: debug symbols for package vim-gtk3
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, Ruby, and Tcl.
- vim-gtk3-py2: Vi IMproved - enhanced vi editor - with GTK3 GUI (Python2)
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, Ruby, and Tcl.
- vim-gtk3-py2-dbgsym: debug symbols for package vim-gtk3-py2
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, Ruby, and Tcl.
- 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, Ruby, and Tcl but no GUI.
- vim-nox-dbgsym: debug symbols for package vim-nox
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, Ruby, and Tcl but no GUI.
- vim-nox-py2: Vi IMproved - enhanced vi editor - with scripting languages support (Python2)
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, Python2, Ruby, and Tcl but no GUI.
- vim-nox-py2-dbgsym: debug symbols for package vim-nox-py2
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, Python2, Ruby, and Tcl but no GUI.
- 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, vim-gtk3, or vim-gnome.
- vim-tiny-dbgsym: debug symbols for package vim-tiny
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, vim-gtk3, or vim-gnome.