Package: vim / 2:7.2.445+hg~cb94c42c0e1a-1
Metadata
Package | Version | Patches format |
---|---|---|
vim | 2:7.2.445+hg~cb94c42c0e1a-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
upstream/it manpage fixes.patch | (download) |
runtime/doc/vim-it.1 |
2 1 + 1 - 0 ! |
fix use of '-' in italian man pages |
upstream/fr manpage fixes.patch | (download) |
runtime/doc/vimtutor-fr.1 |
4 2 + 2 - 0 ! |
fix use of '-' in french man pages |
upstream/python ftplugin include.patch | (download) |
runtime/ftplugin/python.vim |
2 1 + 1 - 0 ! |
correct value of 'include' in ftplugin/python.vim 'include' needs to be anchored to the beginning of the line as well as correctly escaping "\s" to prevent incorrect matches. |
upstream/python ftplugin keywordprg.patch | (download) |
runtime/ftplugin/python.vim |
2 2 + 0 - 0 ! |
set keywordprg=pydoc in ftplugin/python.vim |
upstream/perl indent block.patch | (download) |
runtime/indent/perl.vim |
4 2 + 2 - 0 ! |
recognize the blockfold synid for perl's syntax-based indenting |
upstream/xdefaults syntax define.patch | (download) |
runtime/syntax/xdefaults.vim |
2 1 + 1 - 0 ! |
correct syntax highlighting of #define in x resource files The syntax of #define for X resource files is the same as that for C |
upstream/po syntax cpo.patch | (download) |
runtime/syntax/po.vim |
4 4 + 0 - 0 ! |
enable line continuations in syntax/po.vim Vim's line continuations are only enabled when using 'nocompatible' or 'cpoptions' does not contain C. The po.vim syntax file does not handle the situation where those cases aren't true. |
upstream/de.po lesen.patch | (download) |
src/po/de.po |
2 1 + 1 - 0 ! |
correct german translation of 'load file' |
upstream/dosini syntax hash.patch | (download) |
runtime/syntax/dosini.vim |
2 1 + 1 - 0 ! |
recognize '#' as a comment leader for dosini filetype |
upstream/tex syntax verbatim spell.patch | (download) |
runtime/syntax/tex.vim |
8 4 + 4 - 0 ! |
disable spell checking of verbatim sections of tex files |
upstream/extra rst detection.patch | (download) |
runtime/scripts.vim |
8 8 + 0 - 0 ! |
detect rst filetype using contents of file Inspect the first 5 lines of the file to see if there's a leading ".. " or stand-alone "restindex". If either are found, set the filetype to rst. |
upstream/crontab syntax case ignore.patch | (download) |
runtime/syntax/crontab.vim |
10 6 + 4 - 0 ! |
ignore case for month/day fields The versions of cron which support specifying the month and day fields via names instead of just numbers are case-insensitive when parsing the names. |
upstream/lang breaks floating point.patch | (download) |
src/ex_cmds2.c |
12 0 + 12 - 0 ! |
prevent gtk from re-setting the locale |
upstream/python modlibs.patch | (download) |
src/config.mk.in |
1 1 + 0 - 0 ! |
use basemodlibs instead of modlibs from python's config. |
upstream/debchangelog ftplugin menu.patch | (download) |
runtime/ftplugin/debchangelog.vim |
6 3 + 3 - 0 ! |
upstream changes introduced in version 2:7.2.445+hg~cb94c42c0e1a-1 This patch has been created by dpkg-source during the package build. Here's the last changelog entry, hopefully it gives details on why those changes were made: . vim (2:7.2.445+hg~cb94c42c0e1a-1) unstable; urgency=low . * debian/control: + Use Breaks instead of Conflicts for the gvimtutor move. + Use linux-any wildcards for linux-specific Build-Depends. (Closes: #587866) + Bump Standards-Version to 3.9.0.0. * Pull patches 439 - 445. * runtime/ftplugin/debchangelog.vim: Use silent! to avoid errors when disabling the menu. Thanks to Jan Christoph Ebersbach for the patch. . The person named in the Author field signed this changelog entry. |
debian/vim tiny.patch | (download) |
src/main.c |
14 13 + 1 - 0 ! |
support sourcing a vimrc.tiny when vim is invoked as vi This is used only in the vim-tiny package to allow a specific configuration for vim-tiny's vi. The vim-tiny package is substantially |
debian/disabled modelines.patch | (download) |
runtime/doc/options.txt |
2 1 + 1 - 0 ! |
document debian's decision to disable modelines by default Modelines have historically been a source of vulnerabilities in Vim. As long it remains a "blacklist suspected/proven dangerous options" instead of a "whitelist allowed options" piece of functionality, Debian's system-wide vimrc will maintain this setting. As such, the documentation needs to be updated to reflect the induced behavior. |
debian/awk shebang.patch | (download) |
runtime/tools/mve.awk |
2 1 + 1 - 0 ! |
use #!/usr/bin/awk for awk scripts Instead of forcing a specific type of awk to be available, rely on the fact that there is always some kind of awk installed on Debian and set the shebang line to #!/usr/bin/awk. |
debian/extra tex detection.patch | (download) |
runtime/filetype.vim |
2 1 + 1 - 0 ! |
add recognition of more latex commands for tex filetype detection Since filetype detection of TeX files defaults to plaintex, we've added detection of some additional LaTeX commands to help sway the detection to LaTeX. |
debian/logcheck ftplugin.patch | (download) |
runtime/filetype.vim |
3 3 + 0 - 0 ! |
recognize logcheck files as the logcheck filetype |