Package: vim / 2:7.4.488-7

Metadata

Package Version Patches format
vim 2:7.4.488-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
upstream/extra rst detection.patch | (download)

runtime/scripts.vim | 8 8 + 0 - 0 !
1 file changed, 8 insertions(+)

 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/es.po recover.patch | (download)

src/po/es.po | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 correct spanish translation for swap file recovery
upstream/pythoncomplete autoload init.patch | (download)

runtime/autoload/pythoncomplete.vim | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 ensure pyparser's parserline is initialized
upstream/debcontrol syntax vcs git.patch | (download)

runtime/syntax/debcontrol.vim | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
upstream/debian runtime versions.patch | (download)

runtime/syntax/debchangelog.vim | 15 10 + 5 - 0 !
runtime/syntax/debsources.vim | 4 2 + 2 - 0 !
2 files changed, 12 insertions(+), 7 deletions(-)

---
upstream/v7 4 576.patch | (download)

src/normal.c | 51 46 + 5 - 0 !
src/version.c | 2 2 + 0 - 0 !
2 files changed, 48 insertions(+), 5 deletions(-)

updated for version 7.4.576
Problem:    Redrawing problem with 'relativenumber' and 'linebreak'.
Solution:   Temporarily reset 'linebreak' and restore it in more places.
	    (Christian Brabandt)


upstream/netrwSavePosn.patch | (download)

runtime/autoload/netrwSettings.vim | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
debian/vim tiny.patch | (download)

src/main.c | 14 13 + 1 - 0 !
src/os_unix.h | 3 3 + 0 - 0 !
2 files changed, 16 insertions(+), 1 deletion(-)

 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 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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/extra tex detection.patch | (download)

runtime/filetype.vim | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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.