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

Group :: Editors
RPM: vim-plugin-EnhancedCommentify

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define plugname EnhancedCommentify
%define plugver  2.3

Name: vim-plugin-%plugname
Version: %plugver
Release: alt1

Summary: Vim plugin for easy (un)commenting code lines
Group: Editors
License: BSD
Url: %vim_script_url 23
BuildArch: noarch

Source: %plugname-%plugver.tar.gz
Patch: %name-2.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>

%post
%update_vimhelp

%postun
%clean_vimhelp

%description
This plugin allows quick (un)commenting lines and text blocks in programs,
scripts etc., supporting many file types.

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

%description -l ru_RU.CP1251
Этот плагин позволяет быстро комментировать строки и блоки строк в исходных
текстах, скриптах и т.д., поддерживая множество типов файлов.

Чтобы включить этот плагин, определите переменную use_enhcomment_plugin в
своем файле .vimrc.

%prep
%setup -n %plugname-%plugver
%patch -p1

%install
mkdir -p %buildroot%vim_runtime_dir
cp -a {plugin,ftplugin,doc} %buildroot%vim_runtime_dir

%files
%vim_doc_dir/*
%vim_ftplugin_dir/*
%vim_plugin_dir/*

%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