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

Group :: Editors
RPM: vim-plugin-project

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define plugname project
%define plugver  1.3

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

Summary: Project plugin
Group: Editors
License: Distributable
Url: %vim_script_url 69
BuildArch: noarch

Source: %{plugname}-%{plugver}.tar.gz

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
You can use this plugin's basic functionality to set up a list of
frequently-accessed files for easy navigation. The list of files
will be displayed in a window on the left side of the Vim
window, and you can press <Return> or double-click on
filenames in the list to open the files. This is similar to how
some IDEs I've used work. I find this easier to use than
having to navigate a directory hierarchy with the file-explorer.
It also obviates the need for a buffer explorer because you
have your list of files on the left of the Vim Window.

%prep
%setup -c

%install
%__mkdir_p %buildroot%vim_runtime_dir
%__cp -a {doc,plugin} %buildroot%vim_runtime_dir

%files
%vim_doc_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