[vim-nerdtree] Fixed the Deactivating folds patch to apply cleanly.

Bohuslav Kabrda bkabrda at fedoraproject.org
Fri Aug 3 09:00:30 UTC 2012


commit 7883ee20e974cfd9777200d4441f2411109cf0ce
Author: Bohuslav Kabrda <bkabrda at redhat.com>
Date:   Fri Aug 3 11:00:23 2012 +0200

    Fixed the Deactivating folds patch to apply cleanly.

 ...ree-Deactivating-folds-in-NERDtree-buffer.patch |    2 +-
 vim-nerdtree.spec                                  |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/vim-nerdtree-Deactivating-folds-in-NERDtree-buffer.patch b/vim-nerdtree-Deactivating-folds-in-NERDtree-buffer.patch
index 1054f6e..39dd116 100644
--- a/vim-nerdtree-Deactivating-folds-in-NERDtree-buffer.patch
+++ b/vim-nerdtree-Deactivating-folds-in-NERDtree-buffer.patch
@@ -11,7 +11,7 @@ diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim
 index 2e8493e..11272d8 100644
 --- a/plugin/NERD_tree.vim
 +++ b/plugin/NERD_tree.vim
-@@ -3793,6 +3793,8 @@ function! s:setCommonBufOptions()
+@@ -3358,6 +3358,8 @@ function! s:setCommonBufOptions()
      setlocal bufhidden=hide
      setlocal nowrap
      setlocal foldcolumn=0
diff --git a/vim-nerdtree.spec b/vim-nerdtree.spec
index 8e0155d..9d3274e 100644
--- a/vim-nerdtree.spec
+++ b/vim-nerdtree.spec
@@ -2,7 +2,7 @@
 
 Name:           vim-nerdtree
 Version:        4.2.0
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        A tree explorer plugin that owns your momma 
 Group:          Application/Editors
 
@@ -51,6 +51,9 @@ vim -c ":helptags %{vimfiles_root}/doc" -c :q &> /dev/null
 
 
 %changelog
+* Fri Aug 03 2012 Bohuslav Kabrda <bkabrda at redhat.com> - 4.2.0-7
+- Fixed the Deactivating folds patch to apply cleanly.
+
 * Sun Jul 22 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.2.0-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list