SHA256
1
0
forked from pool/vim-plugins

- Update quilt plugin to 0.9.7

- fix problem with line history
- drop quilt-plugin-fix-autocmds.patch

OBS-URL: https://build.opensuse.org/package/show/editors/vim-plugins?expand=0&rev=24
This commit is contained in:
Petr Uzel 2012-11-07 11:11:13 +00:00 committed by Git OBS Bridge
parent 697224dd1a
commit 8835160a60
5 changed files with 11 additions and 27 deletions

View File

@ -1,17 +0,0 @@
--- plugin/quilt.vim
+++ plugin/quilt.vim
@@ -39,11 +39,12 @@
command! QuiltCheckRej call <SID>QuiltCheckRej()
command! QuiltStatus call <SID>QuiltStatus()
-autocmd! BufNewFile,BufReadPost,FileReadPost * QuiltStatus
-autocmd! BufReadPost,FileReadPost * QuiltCheckRej
+augroup QuiltPlug
+autocmd!
autocmd BufNewFile,BufReadPost * QuiltStatus
autocmd BufReadPost * QuiltCheckRej
+augroup END
command! -nargs=? -complete=custom,QuiltCompleteInPatch
\ QuiltPatchEdit call <SID>QuiltPatchEdit( <f-args> )

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Nov 7 11:05:04 UTC 2012 - puzel@suse.com
- Update quilt plugin to 0.9.7
- fix problem with line history
- drop quilt-plugin-fix-autocmds.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Nov 3 16:02:50 UTC 2012 - puzel@suse.com Sat Nov 3 16:02:50 UTC 2012 - puzel@suse.com

View File

@ -41,7 +41,7 @@
%define utl_version 2.0 %define utl_version 2.0
%define zoomwin_version 24 %define zoomwin_version 24
%define latex_version 20120125 %define latex_version 20120125
%define quilt_version 0.9.6 %define quilt_version 0.9.7
%define vimwiki_version 1.1.1 %define vimwiki_version 1.1.1
%define gnupg_version 3026 %define gnupg_version 3026
%define gitdiff_version 2 %define gitdiff_version 2
@ -88,7 +88,6 @@ Source30: vimplugin-snipmate-%{snipmate_version}.tar.bz2
Source31: vimplugin-rails-%{rails_version}.tar.bz2 Source31: vimplugin-rails-%{rails_version}.tar.bz2
Source100: spec.snippets Source100: spec.snippets
Patch1: locateopen-1.3-locate-support.patch Patch1: locateopen-1.3-locate-support.patch
Patch2: quilt-plugin-fix-autocmds.patch
BuildRequires: vim BuildRequires: vim
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch BuildArch: noarch
@ -541,11 +540,6 @@ pushd vimplugin-locateopen-%locateopen_version
%patch1 %patch1
popd popd
# -------- patch quilt -------
pushd vimplugin-quilt-%quilt_version
%patch2
popd
%build %build
%install %install

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:01c30e80b5f0e701ed3f364f4adf58058ade0d4c08fb6597766cb238af07298e
size 14319

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d0cf5badc90c6333243290dc8d69146c70a0b28ebe7a2474e97019c8975783dc
size 14471