r1186 - in /trunk/packages/vim/debian: changelog vim-registry/vim-runtime.yaml vim-runtime.links.in

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Fri Feb 1 19:06:42 UTC 2008


Author: jamessan
Date: Fri Feb  1 19:06:42 2008
New Revision: 1186

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=1186
Log:
* Register the justify and editexisting plugins for use with
  vim-addons-manager.
  - justify.vim right and left aligns text by inserting extra spaces into
    the specified text.
  - editexisting.vim will attempt to bring a running gvim to the foreground
    if 1) only one filename was given when invoking Vim and another Vim
    instance is editing it or 2) a swapfile for a file exists.  (Closes:
    #316541)

Modified:
    trunk/packages/vim/debian/changelog
    trunk/packages/vim/debian/vim-registry/vim-runtime.yaml
    trunk/packages/vim/debian/vim-runtime.links.in

Modified: trunk/packages/vim/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/changelog?rev=1186&op=diff
==============================================================================
--- trunk/packages/vim/debian/changelog (original)
+++ trunk/packages/vim/debian/changelog Fri Feb  1 19:06:42 2008
@@ -9,6 +9,14 @@
       + Improves parsing of 'langmap' to follow the behavior specified in the
         help.  Commas need to be escaped if they're being used literally
         instead of as a list separator.  (Closes: #233008)
+  * Register the justify and editexisting plugins for use with
+    vim-addons-manager.
+    - justify.vim right and left aligns text by inserting extra spaces into
+      the specified text.
+    - editexisting.vim will attempt to bring a running gvim to the foreground
+      if 1) only one filename was given when invoking Vim and another Vim
+      instance is editing it or 2) a swapfile for a file exists.  (Closes:
+      #316541)
 
  -- James Vega <jamessan at debian.org>  Sun, 27 Jan 2008 22:19:48 -0500
 

Modified: trunk/packages/vim/debian/vim-registry/vim-runtime.yaml
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/vim-registry/vim-runtime.yaml?rev=1186&op=diff
==============================================================================
--- trunk/packages/vim/debian/vim-registry/vim-runtime.yaml (original)
+++ trunk/packages/vim/debian/vim-registry/vim-runtime.yaml Fri Feb  1 19:06:42 2008
@@ -1,5 +1,15 @@
 addon: matchit
-description: extended matching with "%" (e.g. if ... then ... else)
+description: "extended matching with '%' (e.g. if ... then ... else)"
 files:
   - plugin/matchit.vim
   - doc/matchit.txt
+---
+addon: editexisting
+description: "edit the file with an existing Vim, if possible"
+files:
+  - plugin/editexisting.vim
+---
+addon: justify
+description: "left and right align text by filling in with extra spaces"
+files:
+  - plugin/justify.vim

Modified: trunk/packages/vim/debian/vim-runtime.links.in
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/vim-runtime.links.in?rev=1186&op=diff
==============================================================================
--- trunk/packages/vim/debian/vim-runtime.links.in (original)
+++ trunk/packages/vim/debian/vim-runtime.links.in Fri Feb  1 19:06:42 2008
@@ -1,2 +1,4 @@
 usr/share/vim/@VIMCUR@/macros/matchit.txt   usr/share/vim/addons/doc/matchit.txt
 usr/share/vim/@VIMCUR@/macros/matchit.vim   usr/share/vim/addons/plugin/matchit.vim
+usr/share/vim/@VIMCUR@/macros/justify.vim   usr/share/vim/addons/plugin/justify.vim
+usr/share/vim/@VIMCUR@/macros/editexisting.vim   usr/share/vim/addons/plugin/editexisting.vim




More information about the pkg-vim-maintainers mailing list