r1116 - in /trunk/packages/vim: debian/changelog runtime/ftplugin/debcontrol.vim

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Sat Dec 8 16:45:45 UTC 2007


Author: jamessan
Date: Sat Dec  8 16:45:45 2007
New Revision: 1116

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=1116
Log:
* runtime/ftplugin/debcontrol.vim: Correct a function definition to use !.
  (Closes: #454933)

Modified:
    trunk/packages/vim/debian/changelog
    trunk/packages/vim/runtime/ftplugin/debcontrol.vim

Modified: trunk/packages/vim/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/changelog?rev=1116&op=diff
==============================================================================
--- trunk/packages/vim/debian/changelog (original)
+++ trunk/packages/vim/debian/changelog Sat Dec  8 16:45:45 2007
@@ -23,8 +23,10 @@
       installed.
   * Move Vim's policy documentation to /usr/share/doc/vim-common/ instead of
     being under a separate policy/ directory.
-
- -- James Vega <jamessan at debian.org>  Fri, 07 Dec 2007 15:43:46 -0500
+  * runtime/ftplugin/debcontrol.vim: Correct a function definition to use !.
+    (Closes: #454933)
+
+ -- James Vega <jamessan at debian.org>  Sat, 08 Dec 2007 11:44:23 -0500
 
 vim (1:7.1-167+1) unstable; urgency=low
 

Modified: trunk/packages/vim/runtime/ftplugin/debcontrol.vim
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/runtime/ftplugin/debcontrol.vim?rev=1116&op=diff
==============================================================================
--- trunk/packages/vim/runtime/ftplugin/debcontrol.vim (original)
+++ trunk/packages/vim/runtime/ftplugin/debcontrol.vim Sat Dec  8 16:45:45 2007
@@ -52,7 +52,7 @@
   return foldtext()
 endfunction
 
-function DebControlFold(l)
+function! DebControlFold(l)
 
   " This is for not merging blank lines around folds to them
   if getline(a:l) =~ '^Source:'




More information about the pkg-vim-maintainers mailing list