commit ba4f794ea7d8ca1957e1ec97f1aa9c5433e9c40e021a4a0769157514a30f7c73 Author: Petr Uzel Date: Wed Dec 22 14:41:06 2010 +0000 osc copypac from project:openSUSE:Factory:Contrib package:vim-plugins revision:13 OBS-URL: https://build.opensuse.org/package/show/editors/vim-plugins?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/colorsel-disable-nogui-warning-error.patch b/colorsel-disable-nogui-warning-error.patch new file mode 100644 index 0000000..191565f --- /dev/null +++ b/colorsel-disable-nogui-warning-error.patch @@ -0,0 +1,10 @@ +--- vimplugin-colorsel-20051121/plugin/colorsel.vim 2008-07-30 17:53:04.000000000 +0200 ++++ vimplugin-colorsel-20051121/plugin/colorsel.vim 2008-07-30 17:53:25.000000000 +0200 +@@ -21,7 +21,6 @@ + " TODO: Mouse support + + if !has('gui_running') +- echoerr 'Color selector needs GUI' + finish + endif + diff --git a/locateopen-1.3-locate-support.patch b/locateopen-1.3-locate-support.patch new file mode 100644 index 0000000..2af7e97 --- /dev/null +++ b/locateopen-1.3-locate-support.patch @@ -0,0 +1,11 @@ +--- plugin/locateopen.vim ++++ plugin/locateopen.vim +@@ -25,6 +25,8 @@ + let s:slocate_app = "slocate" + elseif executable("rlocate") + let s:slocate_app = "rlocate" ++elseif executable("locate") ++ let s:slocate_app = "locate" + else + finish + endif diff --git a/vim-plugins.changes b/vim-plugins.changes new file mode 100644 index 0000000..3786985 --- /dev/null +++ b/vim-plugins.changes @@ -0,0 +1,37 @@ +------------------------------------------------------------------- +Tue Nov 2 13:30:40 UTC 2010 - puzel@novell.com + +- add snipMate plugin(0.83) + +------------------------------------------------------------------- +Wed Mar 31 15:45:46 UTC 2010 - puzel@novell.com + +- updates: + - NERDcommenter-2.2.2 + - NERDtree-4.1.0 + - bufexplorer-7.2.6 + - calendar-2.1 + - diffchanges-0.2.6 + - gnupg-3026 + - latex-20100129 + - supertab-1.0 + - tlib-0.36 + - tlib-0.36 + - tselectfiles-0.10 + - vimwiki-0.9.9 + +------------------------------------------------------------------- +Tue Jul 21 15:48:00 CEST 2009 - puzel@novell.com + +- add gitdiff plugin (2) + +------------------------------------------------------------------- +Mon Jun 29 19:01:14 CEST 2009 - puzel@novell.com + +- add gnupg plugin (2782) + +------------------------------------------------------------------- +Sun Jun 14 13:40:58 CEST 2009 - puzel@novell.com + +- add vimwiki plugin (0.9.3) + diff --git a/vim-plugins.spec b/vim-plugins.spec new file mode 100644 index 0000000..9ca1f0d --- /dev/null +++ b/vim-plugins.spec @@ -0,0 +1,1034 @@ +# +# This file and all modifications and additions to the pristine +# package are under the same license as the package itself. +# + +# norootforbuild +%define align_version 35.41 +%define a_version 2.18 +%define bufexplorer_version 7.2.6 +%define calendar_version 2.1 +%define colorsel_version 20051121 +%define colorschemes_version 1.0 +%define diffchanges_version 0.2.6 +%define locateopen_version 1.3 +%define matchit_version 1.13.2 +%define matrix_version 1.10 +%define minibufexpl_version 6.3.2 +%define multiplesearch_version 1.3 +%define NERDcommenter_version 2.2.2 +%define NERDtree_version 4.1.0 +%define project_version 1.4.1 +%define searchcomplete_version 1.1 +%define showmarks_version 2.2 +%define supertab_version 1.0 +%define taglist_version 4.5 +%define tlib_version 0.36 +%define tregisters_version 0.2 +%define tselectbuffer_version 0.6 +%define tselectfiles_version 0.10 +%define utl_version 2.0 +%define zoomwin_version 23 +%define latex_version 20100129 +%define quilt_version 0.9.6 +%define vimwiki_version 0.9.9 +%define gnupg_version 3026 +%define gitdiff_version 2 +%define snipmate_version 0.83 + +Name: vim-plugins +Version: 7.2.22 +Release: 1 +Summary: Plug-ins pack for Vim +Group: Productivity/Text/Editors +License: MIT +URL: http://www.vim.org/ +Source0: vimplugin-align-%{align_version}.tar.bz2 +Source1: vimplugin-a-%{a_version}.tar.bz2 +Source2: vimplugin-bufexplorer-%{bufexplorer_version}.tar.bz2 +Source3: vimplugin-calendar-%{calendar_version}.tar.bz2 +Source4: vimplugin-colorsel-%{colorsel_version}.tar.bz2 +Source5: vimplugin-colorschemes-%{colorschemes_version}.tar.bz2 +Source6: vimplugin-diffchanges-%{diffchanges_version}.tar.bz2 +Source7: vimplugin-locateopen-%{locateopen_version}.tar.bz2 +Source8: vimplugin-matchit-%{matchit_version}.tar.bz2 +Source9: vimplugin-matrix-%{matrix_version}.tar.bz2 +Source10: vimplugin-minibufexpl-%{minibufexpl_version}.tar.bz2 +Source11: vimplugin-multiplesearch-%{multiplesearch_version}.tar.bz2 +Source12: vimplugin-NERDcommenter-%{NERDcommenter_version}.tar.bz2 +Source13: vimplugin-NERDtree-%{NERDtree_version}.tar.bz2 +Source14: vimplugin-project-%{project_version}.tar.bz2 +Source15: vimplugin-searchcomplete-%{searchcomplete_version}.tar.bz2 +Source16: vimplugin-showmarks-%{showmarks_version}.tar.bz2 +Source17: vimplugin-supertab-%{supertab_version}.tar.bz2 +Source18: vimplugin-taglist-%{taglist_version}.tar.bz2 +Source19: vimplugin-tlib-%{tlib_version}.tar.bz2 +Source20: vimplugin-tregisters-%{tregisters_version}.tar.bz2 +Source21: vimplugin-tselectbuffer-%{tselectbuffer_version}.tar.bz2 +Source22: vimplugin-tselectfiles-%{tselectfiles_version}.tar.bz2 +Source23: vimplugin-utl-%{utl_version}.tar.bz2 +Source24: vimplugin-zoomwin-%{zoomwin_version}.tar.bz2 +Source25: vimplugin-latex-%{latex_version}.tar.bz2 +Source26: vimplugin-quilt-%{quilt_version}.tar.bz2 +Source27: vimplugin-vimwiki-%{vimwiki_version}.tar.bz2 +Source28: vimplugin-gnupg-%{gnupg_version}.tar.bz2 +Source29: vimplugin-gitdiff-%{gitdiff_version}.tar.bz2 +Source30: vimplugin-snipmate-%{snipmate_version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot +BuildRequires: vim +BuildArch: noarch +Patch0: colorsel-disable-nogui-warning-error.patch +Patch1: locateopen-1.3-locate-support.patch + + +%define vimplugin_dir %{_datadir}/vim/site + + +%description +Subpackages of this packages contains some plugins for Vi iMproved text editor. + +Authors: +-------- + Marek Stopka + Petr Uzel + +# -------------------------- vim-plugins-align -------------------------- +%package -n vim-plugin-align +License: MIT +Version: %align_version +Requires: vim +Group: Productivity/Text/Editors +Summary: Plugin to produce aligned text, equations, declarations, etc + +%description -n vim-plugin-align +Align lets you align statements on their equal signs, make comment boxes, align +comments, align declarations, etc. It handles alignment on multiple separators, +not just the first one, and the separators may be the same across the line or +different. + +Authors: +-------- + Charles Campbell + +# ---------------------------- vim-plugins-a ---------------------------- +%package -n vim-plugin-a +License: MIT +Version: %a_version +Requires: vim +Group: Productivity/Text/Editors +Summary: Alternate files quickly (.c --> .h etc) + +%description -n vim-plugin-a +Vim plugin to quickly switch between corresponding files. E.g. if you are +editing foo.c and need to edit foo.h simply execute :A and you will be editing +foo.h, to switch back to foo.c execute :A again. It has builtin support for C, +C++ and ADA95 and can be configured to support a variety of languages. + +Authors: +-------- + Mike Sharpe + +%package -n vim-plugin-bufexplorer +License: MIT +Version: %bufexplorer_version +Requires: vim +Group: Productivity/Text/Editors +Summary: Buffer Explorer / Browser + +%description -n vim-plugin-bufexplorer +With bufexplorer, you can quickly switch between buffers by using '\be' to open +the explorer.vim. Then by using the normal movement keys or mouse to select the +needed buffer and then finally pressing or to open +the buffer in the current window or or 't' to open that buffer in +a new tab. If the buffer is in another tab already, bufexplorer can switch to +that tab if you would like. + +Authors: +-------- + Jeff Lanzarotta + +%package -n vim-plugin-calendar +License: MIT +Version: %calendar_version +Requires: vim +Group: Productivity/Text/Editors +Summary: Calendar for vim + +%description -n vim-plugin-calendar +Plugin for vim that displays simple calendar in the side window. + +Authors: +-------- + Yasuhiro Matsumoto + +%package -n vim-plugin-colorsel +License: Public Domain +Version: %colorsel_version +Requires: vim +Requires: gvim +Group: Productivity/Text/Editors +Summary: A RGB/HSV color selector + +%description -n vim-plugin-colorsel +A simple interactive RGB/HSV color selector modelled after Gimp2 RGB/HSV color +selector. + +Authors: +-------- + David Nečas + +%package -n vim-plugin-colorschemes +License: Various - see contained files for details +Version: %colorschemes_version +Requires: vim +Group: Productivity/Text/Editors +Summary: Vim color schemes selection + +%description -n vim-plugin-colorschemes +Selection of vim color schemes based on Colors Sample Pack - +http://www.vim.org/scripts/script.php?script_id=625. + +Authors: +-------- + Petr Uzel + +%package -n vim-plugin-diffchanges +License: Public Domain +Version: %diffchanges_version +Requires: vim +Requires: diffutils +Group: Productivity/Text/Editors +Summary: Show changes since the last save + +%description -n vim-plugin-diffchanges +Show changes made to current buffer since the last save. This plugin is based +from an example in the Hacking Vim book. The differences are that this +functionality is in the form of a plugin, is a bit more robust, and can be +toggled. + +Authors: +-------- + Jeremy Cantrell + +%package -n vim-plugin-locateopen +License: Other uncritical OpenSource License +Version: %locateopen_version +Requires: vim +Requires: findutils-locate +Group: Productivity/Text/Editors +Summary: Edit file without entering the whole path + +%description -n vim-plugin-locateopen +This script uses slocate (or a similar application) to allow the user to open a +file without having to enter a path. If multiple files are found the user is +given the choice of which file to open. + +Usage: + :LocateEdit somefile.txt + :LocateSplit somefile.txt + :LocateSource somefile.vim + :LocateRead somefile.txt + +Authors: +-------- + Ciaran McCreesh + +%package -n vim-plugin-matchit +License: MIT +Version: %matchit_version +Requires: vim +Group: Productivity/Text/Editors +Summary: Extended % matching for HTML, LaTeX, and many other languages + +%description -n vim-plugin-matchit +The matchit.vim script allows you to configure % to match more than just single +characters. You can match words and even regular expressions. Also, matching +treats strings and comments (as recognized by the syntax highlighting +mechanism) intelligently. The default ftplugins include settings for several +languages: Ada, ASP with VBS, Csh, DTD, Essbase, Fortran, HTML, JSP (same as +HTML), LaTeX, Lua, Pascal, SGML, Shell, Tcsh, Vim, XML. + +Authors: +-------- + Benji Fisher + +%package -n vim-plugin-matrix +License: Public Domain +Version: %matrix_version +Requires: vim +Group: Productivity/Text/Editors +Summary: Matrix screensaver for vim + +%description -n vim-plugin-matrix +Matrix screensaver for VIM, inspired by Chris Allegretta's cmatrix. + +Authors: +-------- + Don Yang + +%package -n vim-plugin-minibufexpl +License: MIT +Version: %minibufexpl_version +Requires: vim +Group: Productivity/Text/Editors +Summary: Elegant buffer explorer that takes very little screen space + +%description -n vim-plugin-minibufexpl +Minibufexplorer allows to quickly switch buffers by double-clicking the +appropriate "tab". Tabs get updated as buffers are opened and closed. +Buffers that are modified get visually marked and buffers that are open in a +window get visually marked. + +Authors: +-------- + Bindu Wavell + +%package -n vim-plugin-multiplesearch +License: Other uncritical OpenSource License +Version: %multiplesearch_version +Requires: vim +Group: Productivity/Text/Editors +Summary: Display multiple searches at the same time + +%description -n vim-plugin-multiplesearch +MultipleSearch allows you to have the results of multiple searches displayed +on the screen at the same time. Each search highlights its results in a +different color, and all searches are displayed at once. After the maximum +number of colors is used, the script starts over with the first color. + +Authors: +-------- + Dan Sharp + +%package -n vim-plugin-NERDcommenter +License: WTFPL +Version: %NERDcommenter_version +Requires: vim +Group: Productivity/Text/Editors +Summary: A plugin that allows for easy commenting of code for many filetypes + +%description -n vim-plugin-NERDcommenter +The NERD commenter provides many different commenting operations and styles +which may be invoked via key mappings and a commenting menu. These operations +are available for most filetypes. + +Authors: +-------- + Marty Grenfell + +%package -n vim-plugin-NERDtree +License: WTFPL +Version: %NERDtree_version +Requires: vim +Group: Productivity/Text/Editors +Summary: A tree explorer plugin for navigating the filesystem + +%description -n vim-plugin-NERDtree +The NERD tree allows you to explore your filesystem and to open files and +directories. It presents the filesystem to you in the form of a tree which you +manipulate with the keyboard and/or mouse. It also allows you to perform simple +filesystem operations. + +Authors: +-------- + Marty Grenfell + +%package -n vim-plugin-project +License: MIT +Version: %project_version +Requires: vim +Group: Productivity/Text/Editors +Summary: Organize/Navigate projects of files + +%description -n vim-plugin-project +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 + 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. + +Authors: +-------- + Aric Blumer + +%package -n vim-plugin-searchcomplete +License: GPLv2 +Version: %searchcomplete_version +Requires: vim +Group: Productivity/Text/Editors +Summary: Tab completion of words inside of a search + +%description -n vim-plugin-searchcomplete +This plugin allows to tab-complete words while typing in a +search ('/'). + +Authors: +-------- + Chris Russel + +%package -n vim-plugin-showmarks +License: Public Domain +Version: %showmarks_version +Requires: vim +Group: Productivity/Text/Editors +Summary: Visually shows the location of marks + +%description -n vim-plugin-showmarks +ShowMarks provides a visual representation of the location marks. Marks are +useful for jumping back and forth between interesting points in a buffer, but +can be hard to keep track of without any way to see where you have placed them. +ShowMarks hopefully makes life easier by placing a sign in the leftmost column +of the buffer. The sign indicates the label of the mark and its location. It +can be toggled on and off and individual marks can be hidden. + +Authors: +-------- + Anthony Kruize + +%package -n vim-plugin-supertab +License: BSD +Version: %supertab_version +Requires: vim +Group: Productivity/Text/Editors +Summary: Visually shows the location of marks + +%description -n vim-plugin-supertab +This script allows you to use the tab key to do all your insert completion. + +Authors: +-------- + Eric Van Dewoestine + +%package -n vim-plugin-taglist +License: MIT +Version: %taglist_version +Requires: vim +Requires: ctags +Group: Productivity/Text/Editors +Summary: Source code browser with support for many languages + +%description -n vim-plugin-taglist +The "Tag List" plugin is a source code browser plugin for Vim and provides an +overview of the structure of source code files and allows you to efficiently +browse through source code files for different programming languages. + +Authors: +-------- + Yegappan Lakshmanan + +%package -n vim-plugin-tlib +License: GPL +Version: %tlib_version +Requires: vim +Group: Productivity/Text/Editors +Summary: Utility functions for vim + +%description -n vim-plugin-tlib +This library provides some utility functions. There isn't much need to install +it unless another plugin requires you to do so. + +Authors: +-------- + Thomas Link + +%package -n vim-plugin-tregisters +License: GPL +Version: %tregisters_version +Requires: vim +Requires: vim-plugin-tlib +Group: Productivity/Text/Editors +Summary: List, edit, and run/execute registers/clipboards + +%description -n vim-plugin-tregisters +List, edit, and run or execute registers and/or clipboards + +Authors: +-------- + Thomas Link + +%package -n vim-plugin-tselectbuffer +License: GPL +Version: %tselectbuffer_version +Requires: vim +Group: Productivity/Text/Editors +Summary: A quick buffer selector/switcher + +%description -n vim-plugin-tselectbuffer +This plugin provides a simple buffer selector. It doesn't have all the features +other buffer selectors have but can be useful for quickly switching to a +different buffer or for deleting buffers. + +Authors: +-------- + Thomas Link + +%package -n vim-plugin-tselectfiles +License: GPL +Version: %tselectfiles_version +Requires: vim +Requires: vim-plugin-tlib +Group: Productivity/Text/Editors +Summary: A quick file selector/browser/explorer + +%description -n vim-plugin-tselectfiles +This plugin provides a simple file browser. It is not a full blown explorer but +can be nevertheless be useful for quickly selecting a few files or renaming +them. + +Authors: +-------- + Thomas Link + +%package -n vim-plugin-utl +License: MIT +Version: %utl_version +Requires: vim +Group: Productivity/Text/Editors +Summary: Universal text linking for vim + +%description -n vim-plugin-utl +Universal text link allows you to set hyperlinks within your text documents. +Hyperlinks can be used to start applications, open related documents, or +bookmark parts of your text document. + +Authors: +-------- + Stefan Bittner + +%package -n vim-plugin-zoomwin +License: Other uncritical OpenSource License +Version: %zoomwin_version +Requires: vim +Group: Productivity/Text/Editors +Summary: Zoom in/out of windows (toggle between one window and multi-window) + +%description -n vim-plugin-zoomwin +The idea is to make it easy to zoom into and out of a window. +Usage: + + Press o : the current window zooms into a full screen + Press o again: the previous set of windows is restored + +Authors: +-------- + Charles Campbell + +%package -n vim-plugin-latex +License: Other uncritical OpenSource License +Version: %latex_version +Requires: vim +Requires: texlive-latex +Group: Productivity/Text/Editors +Summary: A rich set of tools for editing LaTeX + +%description -n vim-plugin-latex +Vim-LaTeX (aka LaTeX-suite) is a mature project which aims at bringing +together the rich set of LaTeX tools the vim community has produced over +the years into one comprehensive package. It provides a set of tools +which enable you to do all your LaTeX-ing without needing to quit Vim. + +Authors: +-------- + Srinath Avadhanula + +%package -n vim-plugin-quilt +License: GPL +Version: %quilt_version +Requires: quilt +Requires: vim +Group: Productivity/Text/Editors +Summary: Quilt support for vim + +%description -n vim-plugin-quilt +Vim plugin that helps with quilt operations from inside vim. + + +Authors: +-------- + Florian Delizy + +%package -n vim-plugin-vimwiki +License: GPL v2 +Version: %vimwiki_version +Requires: vim +Group: Productivity/Text/Editors +Summary: Personal wiki for vim + +%description -n vim-plugin-vimwiki +Vimwiki is a personal wiki for Vim. Using it you can organize text files with +hyperlinks. To do a quick start press ww (this is usually \ww) to go +to your index wiki file. By default it is located in ~/vimwiki/index.wiki. +You do not have to create it manually - vimwiki can make it for you. + + +Authors: +-------- + Maxim Kim + +%package -n vim-plugin-gnupg +License: GPL +Version: %gnupg_version +Requires: gpg2 +Group: Productivity/Text/Editors +Summary: Plugin for transparent editing of gpg encrypted files + +%description -n vim-plugin-gnupg +This script implements transparent editing of gpg encrypted files. The filename +must have a ".gpg", ".pgp" or ".asc" suffix. When opening such a file the +content is decrypted, when opening a new file the script will ask for the +recipients of the encrypted file. The file content will be encrypted to all +recipients before it is written. The script turns off viminfo and swapfile to +increase security. + +Authors: +-------- + Markus Braun + +%package -n vim-plugin-gitdiff +Version: %gitdiff_version +Requires: git-core +Group: Productivity/Text/Editors +Summary: Show git diff in a split window + +%description -n vim-plugin-gitdiff +This script provides two functions to display git diffs in vim. +:GITDiff [commitish] + Split the vim window vertically, display the HEAD, or some other changeset, version of the file in the split, then diff them. +:GITChanges [commitish] + Highlight lines that were changed since the HEAD or some other changeset. + +Authors: +-------- + Bart Trojanowski + +%package -n vim-plugin-snipmate +Version: %snipmate_version +Group: Productivity/Text/Editors +Summary: Implements some of TextMate's snippets features in Vim + +%description -n vim-plugin-snipmate +snipMate aims to be an unobtrusive, concise vim script that implements some of +TextMate's snippets features in Vim. A snippet is a piece of often-typed text +that you can insert into your document using a trigger word followed by a +. + +For instance, in a C file using the default installation of snipMate.vim, if +you type "for" in insert mode, it will expand a typical for loop in C: + +for (i = 0; i < count; i++) { +} + +Authors: +-------- + Michael Sanders + + +%prep +%setup -q -c -n %{name} -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8 -a9 -a10 -a11 -a12 -a13 -a14 -a15 -a16 -a17 -a18 -a19 -a20 -a21 -a22 -a23 -a24 -a25 -a26 -a27 -a28 -a29 -a30 +# ------- patch locateopen ------ +pushd vimplugin-locateopen-%locateopen_version +%patch1 +popd + +# -------- patch colorsel ------- +pushd vimplugin-colorsel-%colorsel_version +%patch0 -p1 +popd + +%build + +%install +for i in vimplugin-*; do + pushd $i + mkdir -p %buildroot/%vimplugin_dir + cp -a * %buildroot/%vimplugin_dir/ + popd +done +mkdir -p %{buildroot}%{_defaultdocdir}/vimplugin-NERDtree/ +mv %buildroot/%vimplugin_dir/nerdtree_plugin %{buildroot}%{_defaultdocdir}/vimplugin-NERDtree/ + + +%clean +rm -rf $RPM_BUILD_ROOT + +# For every plugin providing documentation, we have to call the post and postun scriptlets +# Unfortunatelly, there is no easy way how to achieve that except listing them manually :( + +# documentation: vim-plugin-align +%post -n vim-plugin-align +vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null + +%postun -n vim-plugin-align +if [ $1 == 0 ]; then + vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null +fi + +# documentation: vim-plugin-a +%post -n vim-plugin-a +vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null + +%postun -n vim-plugin-a +if [ $1 == 0 ]; then + vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null +fi + +# documentation: vim-plugin-bufexplorer +%post -n vim-plugin-bufexplorer +vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null + +%postun -n vim-plugin-bufexplorer +if [ $1 == 0 ]; then + vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null +fi + +# documentation: vim-plugin-matchit +%post -n vim-plugin-matchit +vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null + +%postun -n vim-plugin-matchit +if [ $1 == 0 ]; then + vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null +fi + +# documentation: vim-plugin-multiplesearch +%post -n vim-plugin-multiplesearch +vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null + +%postun -n vim-plugin-multiplesearch +if [ $1 == 0 ]; then + vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null +fi + +# documentation: vim-plugin-NERDcommenter +%post -n vim-plugin-NERDcommenter +vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null + +%postun -n vim-plugin-NERDcommenter +if [ $1 == 0 ]; then + vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null +fi + +# documentation: vim-plugin-NERDtree +%post -n vim-plugin-NERDtree +vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null + +%postun -n vim-plugin-NERDtree +if [ $1 == 0 ]; then + vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null +fi + +# documentation: vim-plugin-project +%post -n vim-plugin-project +vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null + +%postun -n vim-plugin-project +if [ $1 == 0 ]; then + vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null +fi + +# documentation: vim-plugin-showmarks +%post -n vim-plugin-showmarks +vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null + +%postun -n vim-plugin-showmarks +if [ $1 == 0 ]; then + vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null +fi + +# documentation: vim-plugin-taglist +%post -n vim-plugin-taglist +vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null + +%postun -n vim-plugin-taglist +if [ $1 == 0 ]; then + vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null +fi + +# documentation: vim-plugin-tlib +%post -n vim-plugin-tlib +vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null + +%postun -n vim-plugin-tlib +if [ $1 == 0 ]; then + vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null +fi + +# documentation: vim-plugin-tselectfiles +%post -n vim-plugin-tselectfiles +vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null + +%postun -n vim-plugin-tselectfiles +if [ $1 == 0 ]; then + vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null +fi + +# documentation: vim-plugin-utl +%post -n vim-plugin-utl +vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null + +%postun -n vim-plugin-utl +if [ $1 == 0 ]; then + vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null +fi + +# documentation: vim-plugin-zoomwin +%post -n vim-plugin-zoomwin +vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null + +%postun -n vim-plugin-zoomwin +if [ $1 == 0 ]; then + vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null +fi + +# documentation: vim-plugin-latex +%post -n vim-plugin-latex +vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null + +%postun -n vim-plugin-latex +if [ $1 == 0 ]; then + vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null +fi + +# documentation: vim-plugin-quilt +%post -n vim-plugin-quilt +vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null + +%postun -n vim-plugin-quilt +if [ $1 == 0 ]; then + vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null +fi + +# documentation: vim-plugin-vimwiki +%post -n vim-plugin-vimwiki +vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null + +%postun -n vim-plugin-vimwiki +if [ $1 == 0 ]; then + vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null +fi + +# documentation: vim-plugin-snipmate +%post -n vim-plugin-snipmate +vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null + +%postun -n vim-plugin-snipmate +if [ $1 == 0 ]; then + vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null +fi + +%post +vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null + +%postun +if [ $1 == 0 ]; then + vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null +fi + +%files -n vim-plugin-align +%defattr(-,root,root,0755) +%vimplugin_dir/doc/Align.txt +%vimplugin_dir/autoload/AlignMaps.vim +%vimplugin_dir/autoload/Align.vim +%vimplugin_dir/plugin/AlignMapsPlugin.vim +%vimplugin_dir/plugin/AlignPlugin.vim +%vimplugin_dir/plugin/cecutil.vim + +%files -n vim-plugin-a +%defattr(-,root,root,0755) +%vimplugin_dir/doc/alternate.txt +%vimplugin_dir/plugin/a.vim + +%files -n vim-plugin-bufexplorer +%defattr(-,root,root,0755) +%vimplugin_dir/doc/bufexplorer.txt +%vimplugin_dir/plugin/bufexplorer.vim + +%files -n vim-plugin-calendar +%defattr(-,root,root,0755) +%vimplugin_dir/plugin/calendar.vim + +%files -n vim-plugin-colorsel +%defattr(-,root,root,0755) +%vimplugin_dir/plugin/colorsel.vim + +%files -n vim-plugin-colorschemes +%defattr(-,root,root,0755) +%vimplugin_dir/colors/*.vim + +%files -n vim-plugin-diffchanges +%defattr(-,root,root,0755) +%vimplugin_dir/plugin/diffchanges.vim + +%files -n vim-plugin-locateopen +%defattr(-,root,root,0755) +%vimplugin_dir/plugin/locateopen.vim + +%files -n vim-plugin-matchit +%defattr(-,root,root,0755) +%vimplugin_dir/doc/matchit.txt +%vimplugin_dir/plugin/matchit.vim + +%files -n vim-plugin-matrix +%defattr(-,root,root,0755) +%vimplugin_dir/plugin/matrix.vim + +%files -n vim-plugin-minibufexpl +%defattr(-,root,root,0755) +%vimplugin_dir/plugin/minibufexpl.vim + +%files -n vim-plugin-multiplesearch +%defattr(-,root,root,0755) +%vimplugin_dir/doc/MultipleSearch.txt +%vimplugin_dir/autoload/MultipleSearch.vim +%vimplugin_dir/plugin/MultipleSearch.vim + +%files -n vim-plugin-NERDcommenter +%defattr(-,root,root,0755) +%vimplugin_dir/doc/NERD_commenter.txt +%vimplugin_dir/plugin/NERD_commenter.vim + +%files -n vim-plugin-NERDtree +%defattr(-,root,root,0755) +%vimplugin_dir/doc/NERD_tree.txt +%vimplugin_dir/plugin/NERD_tree.vim +%doc %{_defaultdocdir}/vimplugin-NERDtree + +%files -n vim-plugin-project +%defattr(-,root,root,0755) +%vimplugin_dir/doc/project.txt +%vimplugin_dir/plugin/project.vim + +%files -n vim-plugin-searchcomplete +%defattr(-,root,root,0755) +%vimplugin_dir/plugin/SearchComplete.vim + +%files -n vim-plugin-showmarks +%defattr(-,root,root,0755) +%vimplugin_dir/doc/showmarks.txt +%vimplugin_dir/plugin/showmarks.vim + +%files -n vim-plugin-supertab +%defattr(-,root,root,0755) +%vimplugin_dir/plugin/supertab.vim +%vimplugin_dir/doc/supertab.txt + +%files -n vim-plugin-taglist +%defattr(-,root,root,0755) +%vimplugin_dir/doc/taglist.txt +%vimplugin_dir/plugin/taglist.vim + +%files -n vim-plugin-tlib +%defattr(-,root,root,0755) +%vimplugin_dir/doc/tlib.txt +%vimplugin_dir/autoload/tlib +%vimplugin_dir/plugin/02tlib.vim +%vimplugin_dir/autoload/tlib.vim + +%files -n vim-plugin-tregisters +%defattr(-,root,root,0755) +%vimplugin_dir/plugin/tregisters.vim + +%files -n vim-plugin-tselectbuffer +%defattr(-,root,root,0755) +%vimplugin_dir/plugin/tselectbuffer.vim + +%files -n vim-plugin-tselectfiles +%defattr(-,root,root,0755) +%vimplugin_dir/doc/tselectfiles.txt +%vimplugin_dir/autoload/tselectfiles.vim +%vimplugin_dir/plugin/tselectfiles.vim + +%files -n vim-plugin-utl +%defattr(-,root,root,0755) +%vimplugin_dir/doc/utl_ref.txt +%vimplugin_dir/doc/utl_usr.txt +%vimplugin_dir/plugin/utl_scm.vim +%vimplugin_dir/plugin/utl_rc.vim +%vimplugin_dir/plugin/utl_uri.vim +%vimplugin_dir/plugin/utl.vim +%vimplugin_dir/plugin/utl_arr.vim + +%files -n vim-plugin-zoomwin +%defattr(-,root,root,0755) +%vimplugin_dir/doc/ZoomWin.txt +%vimplugin_dir/plugin/ZoomWinPlugin.vim +%vimplugin_dir/autoload/ZoomWin.vim + +%files -n vim-plugin-latex +%defattr(-,root,root,0755) +%vimplugin_dir/doc/latex*.txt +%vimplugin_dir/doc/imaps.txt +%vimplugin_dir/plugin/imaps.vim +%vimplugin_dir/plugin/libList.vim +%vimplugin_dir/plugin/remoteOpen.vim +%vimplugin_dir/plugin/filebrowser.vim +%vimplugin_dir/plugin/SyntaxFolds.vim +%vimplugin_dir/compiler/tex.vim +%dir %vimplugin_dir/compiler +%vimplugin_dir/indent/tex.vim +%dir %vimplugin_dir/indent +%dir %vimplugin_dir/ftplugin +%vimplugin_dir/ftplugin/latex-suite +%vimplugin_dir/ftplugin/tex_latexSuite.vim +%vimplugin_dir/ftplugin/bib_latexSuite.vim +%vimplugin_dir/ltags + +%files -n vim-plugin-quilt +%defattr(-,root,root,0755) +%vimplugin_dir/doc/quilt.txt +%vimplugin_dir/plugin/quilt.vim + +%files -n vim-plugin-vimwiki +%defattr(-,root,root,0755) +%vimplugin_dir/doc/vimwiki.txt +%vimplugin_dir/plugin/vimwiki.vim +%dir %vimplugin_dir/ftplugin +%vimplugin_dir/ftplugin/vimwiki.vim +%dir %vimplugin_dir/indent +%vimplugin_dir/autoload/vimwiki*.vim +%vimplugin_dir/syntax/vimwiki*.vim + +%files -n vim-plugin-gnupg +%defattr(-,root,root,0755) +%vimplugin_dir/plugin/gnupg.vim + +%files -n vim-plugin-gitdiff +%defattr(-,root,root,0755) +%vimplugin_dir/plugin/gitdiff.vim + +%files -n vim-plugin-snipmate +%defattr(-,root,root,0755) +%vimplugin_dir/snippets +%vimplugin_dir/syntax/snippet.vim +%vimplugin_dir/plugin/snipMate.vim +%vimplugin_dir/ftplugin/html_snip_helper.vim +%vimplugin_dir/after +%vimplugin_dir/autoload/snipMate.vim +%vimplugin_dir/doc/snipMate.txt + +%changelog +* Mon May 11 2009 - petr.uzel@suse.cz +- add vim-quilt +- call pre/post for all scripts containing documentation +* Sun Apr 5 2009 - petr.uzel@suse.cz +- add vim-plugin-latex +- clean up filelists +* Fri Mar 26 2009 - petr.uzel@suse.cz +- update vim-plugin-align to 35.41 +- update vim-plugin-NEDRtree to 3.1.0 +- update vim-plugin-supertab to 0.49 +- update vim-plugin-zoomwin to 23 +* Thu Mar 25 2009 - petr.uzel@suse.cz +- fix BRs (s/vimplugin-tlib/vim-plugin-tlib) +* Sat Jan 10 2009 - mstopka@opensuse.org +- rename all subpackages vimplugin-* => vim-plugin-* this is better from package naming convention point of view +* Mon Jan 05 2009 - puzel@suse.cz +- add missing requires to some subpackages +- fix rpmlint warnings +- fix vimplugin-locateopen description +- rename all subpackages vimplugins-* => vimplugin-* +* Wed Dec 31 2008 - mstopka@opensuse.org +- initial package based on Petr Uzel's packages from editors OBS project diff --git a/vimplugin-NERDcommenter-2.2.2.tar.bz2 b/vimplugin-NERDcommenter-2.2.2.tar.bz2 new file mode 100644 index 0000000..fb7c5f4 --- /dev/null +++ b/vimplugin-NERDcommenter-2.2.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c15460857d764147816ff3faf0890b1dd7c9094d76694602c29c67f86c31915b +size 28341 diff --git a/vimplugin-NERDtree-4.1.0.tar.bz2 b/vimplugin-NERDtree-4.1.0.tar.bz2 new file mode 100644 index 0000000..0fc9c72 --- /dev/null +++ b/vimplugin-NERDtree-4.1.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f533c11f258f78b36496e1eedcaba2681f9e44dc2c059ee9161cbf8f45a08bf +size 35603 diff --git a/vimplugin-a-2.18.tar.bz2 b/vimplugin-a-2.18.tar.bz2 new file mode 100644 index 0000000..804905b --- /dev/null +++ b/vimplugin-a-2.18.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:539c48a6b8cce2dd5c557633f4be92e767505c50d37ac07ee84692ac83259548 +size 10295 diff --git a/vimplugin-align-35.41.tar.bz2 b/vimplugin-align-35.41.tar.bz2 new file mode 100644 index 0000000..08e90a9 --- /dev/null +++ b/vimplugin-align-35.41.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6447999c53e5ce6fef4f9c4320b386c9267c3136c1cc0407acc7342899232f9 +size 35156 diff --git a/vimplugin-bufexplorer-7.2.6.tar.bz2 b/vimplugin-bufexplorer-7.2.6.tar.bz2 new file mode 100644 index 0000000..7ca5522 --- /dev/null +++ b/vimplugin-bufexplorer-7.2.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cc26fd5f2d25ef5954851f6c87cd7a2ec3fd3ec726797f61b0a470eae01bb0f +size 16285 diff --git a/vimplugin-calendar-2.1.tar.bz2 b/vimplugin-calendar-2.1.tar.bz2 new file mode 100644 index 0000000..811cc17 --- /dev/null +++ b/vimplugin-calendar-2.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3210b746c4e185a7966705399e84817f32c710710bbbd6d7d580983d81bcde7c +size 9285 diff --git a/vimplugin-colorschemes-1.0.tar.bz2 b/vimplugin-colorschemes-1.0.tar.bz2 new file mode 100644 index 0000000..6b5ce30 --- /dev/null +++ b/vimplugin-colorschemes-1.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a822b5fd40d6b6168e90e4da2779545d21d370d6a024b378517a027f1baeef67 +size 82565 diff --git a/vimplugin-colorsel-20051121.tar.bz2 b/vimplugin-colorsel-20051121.tar.bz2 new file mode 100644 index 0000000..3280536 --- /dev/null +++ b/vimplugin-colorsel-20051121.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41b0f4c24460cdb87ddae72e8aac04ef3006f041e15934b5dec45db559012fda +size 3528 diff --git a/vimplugin-diffchanges-0.2.6.tar.bz2 b/vimplugin-diffchanges-0.2.6.tar.bz2 new file mode 100644 index 0000000..e210515 --- /dev/null +++ b/vimplugin-diffchanges-0.2.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5011a9cbf804dbd766e81c3474f71b266ba15fdd9f8cdfe1a2060591930506f1 +size 1553 diff --git a/vimplugin-gitdiff-2.tar.bz2 b/vimplugin-gitdiff-2.tar.bz2 new file mode 100644 index 0000000..f90f5e8 --- /dev/null +++ b/vimplugin-gitdiff-2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:397170d033f268a1189decb3f017396b8accce08a6a0572df7421509179fe37e +size 1749 diff --git a/vimplugin-gnupg-3026.tar.bz2 b/vimplugin-gnupg-3026.tar.bz2 new file mode 100644 index 0000000..a5235dd --- /dev/null +++ b/vimplugin-gnupg-3026.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a467c0d5ced0cf712894100ed82a401db19172d4c85fd8d45a2f012346af9d6 +size 8712 diff --git a/vimplugin-latex-20100129.tar.bz2 b/vimplugin-latex-20100129.tar.bz2 new file mode 100644 index 0000000..bb5feed --- /dev/null +++ b/vimplugin-latex-20100129.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1afd6b8bb4e0c85508ea794ccb445b07cb9f2b86f2b5a2e0cc7b558494c93954 +size 176779 diff --git a/vimplugin-locateopen-1.3.tar.bz2 b/vimplugin-locateopen-1.3.tar.bz2 new file mode 100644 index 0000000..9b91a3e --- /dev/null +++ b/vimplugin-locateopen-1.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cacab0edbbe80132511608a7cdaa04dfea485b009912405397011fa12158a732 +size 1941 diff --git a/vimplugin-matchit-1.13.2.tar.bz2 b/vimplugin-matchit-1.13.2.tar.bz2 new file mode 100644 index 0000000..755233e --- /dev/null +++ b/vimplugin-matchit-1.13.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c90776725998e54652ac06c7f6f8e7a11cf6c3d6b7d2402a7adea8f39bc2da3 +size 14967 diff --git a/vimplugin-matrix-1.10.tar.bz2 b/vimplugin-matrix-1.10.tar.bz2 new file mode 100644 index 0000000..7f37d06 --- /dev/null +++ b/vimplugin-matrix-1.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e5895b521dcc17f3d55cd01567f6e776655cf966ab98cd2c061d1ef5d8f1a0 +size 3371 diff --git a/vimplugin-minibufexpl-6.3.2.tar.bz2 b/vimplugin-minibufexpl-6.3.2.tar.bz2 new file mode 100644 index 0000000..fa105e2 --- /dev/null +++ b/vimplugin-minibufexpl-6.3.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:451473a71a70cd70f58d4f7893d77238143366f26a638d33bf736a29eaa4bb99 +size 15403 diff --git a/vimplugin-multiplesearch-1.3.tar.bz2 b/vimplugin-multiplesearch-1.3.tar.bz2 new file mode 100644 index 0000000..40dbb20 --- /dev/null +++ b/vimplugin-multiplesearch-1.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa93ffb621946ee78257f457aa3b8b2ba94990ec6097ccd0439aa085e232500b +size 5085 diff --git a/vimplugin-project-1.4.1.tar.bz2 b/vimplugin-project-1.4.1.tar.bz2 new file mode 100644 index 0000000..90e7306 --- /dev/null +++ b/vimplugin-project-1.4.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3910ce687fdc9e719be2ae239f4da9cb53ccc2dcd209427adfe580457201b0fa +size 18921 diff --git a/vimplugin-quilt-0.9.6.tar.bz2 b/vimplugin-quilt-0.9.6.tar.bz2 new file mode 100644 index 0000000..379a72e --- /dev/null +++ b/vimplugin-quilt-0.9.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c30e80b5f0e701ed3f364f4adf58058ade0d4c08fb6597766cb238af07298e +size 14319 diff --git a/vimplugin-searchcomplete-1.1.tar.bz2 b/vimplugin-searchcomplete-1.1.tar.bz2 new file mode 100644 index 0000000..9cd0a24 --- /dev/null +++ b/vimplugin-searchcomplete-1.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:800083f0d5395cc20440f2d3ed1b145f0f7c369dd5f8dddbc1fbe9a400bb8e48 +size 1212 diff --git a/vimplugin-showmarks-2.2.tar.bz2 b/vimplugin-showmarks-2.2.tar.bz2 new file mode 100644 index 0000000..3e5c6a2 --- /dev/null +++ b/vimplugin-showmarks-2.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf5b369addcd7d47e0b3831d7ba78f6edc0bc9fd4abebf60855850b22c5863d9 +size 7814 diff --git a/vimplugin-snipmate-0.83.tar.bz2 b/vimplugin-snipmate-0.83.tar.bz2 new file mode 100644 index 0000000..bf04910 --- /dev/null +++ b/vimplugin-snipmate-0.83.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88c5ddcf43d3e1cda743714fa4cff6bc91f200a1704117c82d43bc50cb2e1993 +size 22504 diff --git a/vimplugin-supertab-1.0.tar.bz2 b/vimplugin-supertab-1.0.tar.bz2 new file mode 100644 index 0000000..139279d --- /dev/null +++ b/vimplugin-supertab-1.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:089b6f36210f21be1bc4722f97c7dffb6466ee9c46149766b65d44bb135e1d20 +size 9049 diff --git a/vimplugin-taglist-4.5.tar.bz2 b/vimplugin-taglist-4.5.tar.bz2 new file mode 100644 index 0000000..9d30064 --- /dev/null +++ b/vimplugin-taglist-4.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da795bf03e939f83ade4e0bab987556e37def78c137e68b3d756f5c4217ee6a8 +size 39243 diff --git a/vimplugin-tlib-0.36.tar.bz2 b/vimplugin-tlib-0.36.tar.bz2 new file mode 100644 index 0000000..1f2d119 --- /dev/null +++ b/vimplugin-tlib-0.36.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9a66aa678db6e350255835167693f98d7aea313294f174d58e84ca307ed18c1 +size 41747 diff --git a/vimplugin-tregisters-0.2.tar.bz2 b/vimplugin-tregisters-0.2.tar.bz2 new file mode 100644 index 0000000..668fd1e --- /dev/null +++ b/vimplugin-tregisters-0.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f22019655b9e0863829d29eec7511ae012ef12f3de7a4f9805b0a805f3b077a +size 1722 diff --git a/vimplugin-tselectbuffer-0.6.tar.bz2 b/vimplugin-tselectbuffer-0.6.tar.bz2 new file mode 100644 index 0000000..7a0bc8e --- /dev/null +++ b/vimplugin-tselectbuffer-0.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfa9a177f03b4f89438c1868e45c45c8169941fb57ed93509c5b595eafe70e37 +size 3216 diff --git a/vimplugin-tselectfiles-0.10.tar.bz2 b/vimplugin-tselectfiles-0.10.tar.bz2 new file mode 100644 index 0000000..6aa9c90 --- /dev/null +++ b/vimplugin-tselectfiles-0.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b99924919d85af3bb0629a946ce3d95d88d8cd2a28204cccbe65bdd905c2633b +size 9104 diff --git a/vimplugin-utl-2.0.tar.bz2 b/vimplugin-utl-2.0.tar.bz2 new file mode 100644 index 0000000..e93afb9 --- /dev/null +++ b/vimplugin-utl-2.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d0800e843e8866c8785fca92b1fa7bdb2fe66efc0976c7a160fa68ce67ea700 +size 38899 diff --git a/vimplugin-vimwiki-0.9.9.tar.bz2 b/vimplugin-vimwiki-0.9.9.tar.bz2 new file mode 100644 index 0000000..b185c05 --- /dev/null +++ b/vimplugin-vimwiki-0.9.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37ac5217aca7212d0a2d98c47bccf579714e2aa6ac782a846d8b4e7958eb52e5 +size 37309 diff --git a/vimplugin-zoomwin-23.tar.bz2 b/vimplugin-zoomwin-23.tar.bz2 new file mode 100644 index 0000000..ce91916 --- /dev/null +++ b/vimplugin-zoomwin-23.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdaf344bdccc1e045cdc90eff22919ea8571749c979f5103a4e2d5e788cbc7de +size 6176