[SCM] vim-addon-manager packaging branch, master, updated. v0.4.4-52-geef7258

Antonio Terceiro terceiro at debian.org
Tue Jan 31 23:33:00 UTC 2012


The following commit has been merged in the master branch:
commit d4d0ed967b80a4129ebf222a1a883384d5d28bc1
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sun Jan 22 08:21:43 2012 -0200

    Fix indentation

diff --git a/lib/vim/addon_manager/registry.rb b/lib/vim/addon_manager/registry.rb
index 81e117d..954cad5 100644
--- a/lib/vim/addon_manager/registry.rb
+++ b/lib/vim/addon_manager/registry.rb
@@ -45,9 +45,9 @@ module Vim
           if File.file? path
             Find.prune if path !~ /\.yaml$/
               File.open path do |f|
-              YAML.load_documents f do |ydoc|
-                yield(Addon.new(ydoc, basedir)) if ydoc
-              end
+                YAML.load_documents f do |ydoc|
+                  yield(Addon.new(ydoc, basedir)) if ydoc
+                end
               end
           end
         end

-- 
vim-addon-manager packaging



More information about the pkg-vim-maintainers mailing list