commit vim-plugins for openSUSE:Factory
Hello community, here is the log from the commit of package vim-plugins for openSUSE:Factory checked in at Tue Jan 25 10:28:44 CET 2011. -------- New Changes file: --- /dev/null 2010-08-26 16:28:41.000000000 +0200 +++ /mounts/work_src_done/STABLE/vim-plugins/vim-plugins.changes 2010-11-02 14:41:05.000000000 +0100 @@ -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) + calling whatdependson for head-i586 New: ---- colorsel-disable-nogui-warning-error.patch locateopen-1.3-locate-support.patch vim-plugins.changes vim-plugins.spec vimplugin-NERDcommenter-2.2.2.tar.bz2 vimplugin-NERDtree-4.1.0.tar.bz2 vimplugin-a-2.18.tar.bz2 vimplugin-align-35.41.tar.bz2 vimplugin-bufexplorer-7.2.6.tar.bz2 vimplugin-calendar-2.1.tar.bz2 vimplugin-colorschemes-1.0.tar.bz2 vimplugin-colorsel-20051121.tar.bz2 vimplugin-diffchanges-0.2.6.tar.bz2 vimplugin-gitdiff-2.tar.bz2 vimplugin-gnupg-3026.tar.bz2 vimplugin-latex-20100129.tar.bz2 vimplugin-locateopen-1.3.tar.bz2 vimplugin-matchit-1.13.2.tar.bz2 vimplugin-matrix-1.10.tar.bz2 vimplugin-minibufexpl-6.3.2.tar.bz2 vimplugin-multiplesearch-1.3.tar.bz2 vimplugin-project-1.4.1.tar.bz2 vimplugin-quilt-0.9.6.tar.bz2 vimplugin-searchcomplete-1.1.tar.bz2 vimplugin-showmarks-2.2.tar.bz2 vimplugin-snipmate-0.83.tar.bz2 vimplugin-supertab-1.0.tar.bz2 vimplugin-taglist-4.5.tar.bz2 vimplugin-tlib-0.36.tar.bz2 vimplugin-tregisters-0.2.tar.bz2 vimplugin-tselectbuffer-0.6.tar.bz2 vimplugin-tselectfiles-0.10.tar.bz2 vimplugin-utl-2.0.tar.bz2 vimplugin-vimwiki-0.9.9.tar.bz2 vimplugin-zoomwin-23.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vim-plugins.spec ++++++ ++++ 1073 lines (skipped) ++++++ colorsel-disable-nogui-warning-error.patch ++++++ --- 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 ++++++ locateopen-1.3-locate-support.patch ++++++ --- 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 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de