[packages/vim-plugin-pathogen] up to 2.3; add note that ~/.vimrc needs to be modified to enable plugin

glen glen at pld-linux.org
Sat Apr 4 17:51:47 CEST 2015


commit 04f61dc423c24ab554b58a58eff1b602bfa265d1
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat Apr 4 18:51:19 2015 +0300

    up to 2.3; add note that ~/.vimrc needs to be modified to enable plugin

 vim-plugin-pathogen.spec | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/vim-plugin-pathogen.spec b/vim-plugin-pathogen.spec
index dcd19c0..f54e873 100644
--- a/vim-plugin-pathogen.spec
+++ b/vim-plugin-pathogen.spec
@@ -1,14 +1,13 @@
 %define		plugin	pathogen
 Summary:	Vim plugin: Easy manipulation of 'runtimepath', 'path', 'tags', etc
 Name:		vim-plugin-%{plugin}
-Version:	2.2
+Version:	2.3
 Release:	1
 License:	Vim
 Group:		Applications/Editors/Vim
-Source0:	https://github.com/tpope/vim-pathogen/tarball/v%{version}/%{plugin}-%{version}.tgz
-# Source0-md5:	5d5b7692a0aaac21d26a866a7ea7ad61
+Source0:	https://github.com/tpope/vim-pathogen/archive/v%{version}/%{plugin}-%{version}.tar.gz
+# Source0-md5:	8cf56e1d8f5c993bee44d89a003aa943
 URL:		http://www.vim.org/scripts/script.php?script_id=2332
-# for _vimdatadir
 Requires:	vim-rt >= 4:7.2.170
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -20,6 +19,10 @@ Manage your 'runtimepath' with ease. In practical terms, pathogen.vim
 makes it super easy to install plugins and runtime files in their own
 private directories.
 
+For management of individually installed plugins in `~/.vim/bundle`
+adding `execute pathogen#infect()` to the top of your .vimrc is the
+only other setup necessary.
+
 %prep
 %setup -qc
 mv *-%{plugin}-*/* .
@@ -34,5 +37,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README.markdown
+%doc README.markdown CONTRIBUTING.markdown
 %{_vimdatadir}/autoload/*.vim
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vim-plugin-pathogen.git/commitdiff/04f61dc423c24ab554b58a58eff1b602bfa265d1



More information about the pld-cvs-commit mailing list