Package: vim / 2:7.3.547-7
Metadata
Package | Version | Patches format |
---|---|---|
vim | 2:7.3.547-7 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
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/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/es.po recover.patch | (download) |
src/po/es.po |
3 2 + 1 - 0 ! |
correct spanish translation for swap file recovery |
upstream/pythoncomplete autoload init.patch | (download) |
runtime/autoload/pythoncomplete.vim |
1 1 + 0 - 0 ! |
ensure pyparser's parserline is initialized |
upstream/debian runtime spell.patch | (download) |
runtime/syntax/debcontrol.vim |
5 3 + 2 - 0 ! |
--- |
upstream/netrw syntax fix.patch | (download) |
runtime/autoload/netrw.vim |
2 1 + 1 - 0 ! |
fix syntax error in netread's ftp handling |
upstream/remove py_config.patch | (download) |
src/Makefile |
8 0 + 8 - 0 ! |
--- |
upstream/if_py crash.patch | (download) |
src/if_py_both.h |
7 1 + 6 - 0 ! |
fix a crash in python bindings when compiled with gcc 4.7 |
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/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. |