[Reproducible-builds] Bug#833370: diffoscope: vim folding for text output

2016-08-16 Thread Daniel Shahaf
Chris Lamb wrote on Mon, Aug 15, 2016 at 11:26:42 +0100: > > better would be to wrap this as a proper ftplugin or plugin, > > if somebody steps up to figure out and write the needed glue code. > > Indeed. Holger suggested on IRC that "the needed glue code" would be integration with vim-addon-mana

[Reproducible-builds] Bug#833370: diffoscope: vim folding for text output

2016-08-15 Thread Chris Lamb
tags 833370 - patch thanks Hi Daniel, > better would be to wrap this as a proper ftplugin or plugin, > if somebody steps up to figure out and write the needed glue code. Indeed. Without that, we can't really classify this bug as having a patch though, so dropping that tag for now. :) Regards,

[Reproducible-builds] Bug#833370: diffoscope: vim folding for text output

2016-08-03 Thread Daniel Shahaf
Package: diffoscope Version: 56 Severity: minor Tags: upstream patch Dear Maintainer, The following provides Vim folding for diffoscope text output: [[[ function! Diffoscope_txt_foldexpr(lnum) let offset = stridx(getline(a:lnum), '├── ') if offset >= 0 return '>'