Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37515508
en ru br
ALT Linux repos
S:0.1-alt1.1
5.0: 0.1-alt1
4.1: 0.1-alt1
4.0: 0.1-alt1

Group :: Editors
RPM: vim-plugin-deldiff

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: vim-plugin-deldiff
Version: 0.1
Release: alt1

Summary: VIm plugin for deleting unified diff blocks
Group: Editors
License: Distributable
Url: %vim_script_url 444
BuildArch: noarch

Source0: deldiff.vim
Patch0: %name-0.1-alt-disable-default.patch

PreReq: vim-common >= 4:6.3.007-alt1
BuildPreReq: vim-devel

Packager: VIm Plugins Development Team <vim-plugins at packages.altlinux.org>

%description
This script provides "did" and "dad" which work like "dib" or "dip" but
for unified diffs.

To enable this plugin define "use_deldiff_plugin" variable somewhere
in your .vimrc file.

%prep
%setup -cT
cp %SOURCE0 .
%patch0 -p0

%install
mkdir -p %buildroot%vim_plugin_dir
install -m644 deldiff.vim %buildroot%vim_plugin_dir

%files
%vim_plugin_dir/deldiff.vim

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin