r1177 - in /trunk/packages/vim-scripts/debian: changelog vim-registry/vim-scripts.yaml vim-scripts.status

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Fri Jan 25 06:39:24 UTC 2008


Author: jamessan
Date: Fri Jan 25 06:39:23 2008
New Revision: 1177

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=1177
Log:
Update the registry file

Modified:
    trunk/packages/vim-scripts/debian/changelog
    trunk/packages/vim-scripts/debian/vim-registry/vim-scripts.yaml
    trunk/packages/vim-scripts/debian/vim-scripts.status

Modified: trunk/packages/vim-scripts/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/debian/changelog?rev=1177&op=diff
==============================================================================
--- trunk/packages/vim-scripts/debian/changelog (original)
+++ trunk/packages/vim-scripts/debian/changelog Fri Jan 25 06:39:23 2008
@@ -5,7 +5,7 @@
       and gnupg.
   * New addons:
     - debPlugin: Explore .deb packages with Vim (Closes: #442865)
-    - python-indent: Python indent script following PEP 8
+    - python-indent: alternative python indent (a la PEP 8)
     - surround: Delete, change, and add "surround" text (Closes: #462431)
   * debian/control:
     - Remove vim from Build-Depends-Indep since NERD Commenter now ships its
@@ -15,7 +15,7 @@
   * Add disabledby-pythonindent patch, which allows blacklisting the
     python-indent script.
 
- -- James Vega <jamessan at debian.org>  Fri, 25 Jan 2008 01:06:38 -0500
+ -- James Vega <jamessan at debian.org>  Fri, 25 Jan 2008 01:36:29 -0500
 
 vim-scripts (7.1.4) unstable; urgency=low
 

Modified: trunk/packages/vim-scripts/debian/vim-registry/vim-scripts.yaml
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/debian/vim-registry/vim-scripts.yaml?rev=1177&op=diff
==============================================================================
--- trunk/packages/vim-scripts/debian/vim-registry/vim-scripts.yaml (original)
+++ trunk/packages/vim-scripts/debian/vim-registry/vim-scripts.yaml Fri Jan 25 06:39:23 2008
@@ -90,6 +90,7 @@
   - plugin/vcssvk.vim
   - syntax/CVSAnnotate.vim
   - syntax/SVNAnnotate.vim
+  - syntax/SVKAnnotate.vim
   - syntax/vcscommit.vim
 ---
 addon: utl
@@ -153,7 +154,7 @@
 basedir: /usr/share/vim-scripts/
 disabledby: "let loaded_themes = 1"
 files:
-  - plugin/ColorSchemeMenuMaker.vim
+  - plugin/themes.vim
   - colors/adam.vim
   - colors/adaryn.vim
   - colors/adrian.vim
@@ -308,6 +309,7 @@
 disabledby: "let loaded_nerd_comments = 1"
 files:
   - plugin/NERD_commenter.vim
+  - doc/NERD_commenter.txt
 ---
 addon: project
 description: "organize and navigate file projects (like IDE/buffer explorer)"
@@ -346,6 +348,7 @@
 files:
   - autoload/omni/cpp/complete.vim
   - after/ftplugin/cpp.vim
+  - after/ftplugin/c.vim
   - doc/omnicppcomplete.txt
   - autoload/omni/cpp/includes.vim
   - autoload/omni/cpp/tokenizer.vim
@@ -371,3 +374,27 @@
 files:
   - plugin/lbdbq.vim
 ---
+addon: debPlugin
+description: "browse .deb files"
+basedir: /usr/share/vim-scripts/
+disabledby: "let loaded_debPlugin = 1"
+files:
+  - plugin/debPlugin.vim
+  - autoload/deb.vim
+  - syntax/deb.vim
+---
+addon: python-indent
+description: "alternative python indent (a la PEP 8)"
+basedir: /usr/share/vim-scripts/
+disabledby: "let loaded_python_indent = 1"
+files:
+  - indent/python.vim
+---
+addon: surround
+description: "easily delete, change, and add 'surround' of text"
+basedir: /usr/share/vim-scripts/
+disabledby: "let loaded_surround = 1"
+files:
+  - plugin/surround.vim
+  - doc/surround.txt
+---

Modified: trunk/packages/vim-scripts/debian/vim-scripts.status
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/debian/vim-scripts.status?rev=1177&op=diff
==============================================================================
--- trunk/packages/vim-scripts/debian/vim-scripts.status (original)
+++ trunk/packages/vim-scripts/debian/vim-scripts.status Fri Jan 25 06:39:23 2008
@@ -369,7 +369,7 @@
 
 script_name: plugin/surround.vim
 addon:       surround
-description: easily delete, change, and add "surround" of text
+description: easily delete, change, and add 'surround' of text
 script_url:  http://www.vim.org/scripts/script.php?script_id=1697
 author:      Tim Pope
 author_url:  http://www.vim.org/account/profile.php?user_id=9012




More information about the pkg-vim-maintainers mailing list