r791 - in /trunk/packages/vim: debian/changelog patches/changelog.vim-ftplugin_buffer-split.diff patches/series

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Mon Oct 16 13:22:21 UTC 2006


Author: jamessan
Date: Mon Oct 16 13:22:20 2006
New Revision: 791

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=791
Log:
Fix incorrect split buffer command in changelog.vim

Added:
    trunk/packages/vim/patches/changelog.vim-ftplugin_buffer-split.diff
Modified:
    trunk/packages/vim/debian/changelog
    trunk/packages/vim/patches/series

Modified: trunk/packages/vim/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/changelog?rev=791&op=diff
==============================================================================
--- trunk/packages/vim/debian/changelog (original)
+++ trunk/packages/vim/debian/changelog Mon Oct 16 13:22:20 2006
@@ -8,12 +8,15 @@
   * Remove patch gui_gtk.c-abc_path.diff, merged upstream.
   * Add patch html.vim-syntax_spell.diff, which adds support for highlighting
     of spelling mistakes. (closes: #393347)
+  * Add patch changelog.vim-ftplugin_split-buffer.diff, which corrects an
+    invalid command used for opening the changelog in a split window.
+    (closes: #392840)
 
   [ Stefano Zacchiroli ]
   * Added patch dosini.vim-hash_comment.diff which add support for # comments
     in dosini syntax highlighting, thanks to Adeodato Simó. (closes: #378952)
 
- -- James Vega <jamessan at debian.org>  Mon, 16 Oct 2006 09:12:25 -0400
+ -- James Vega <jamessan at debian.org>  Mon, 16 Oct 2006 09:20:57 -0400
 
 vim (1:7.0-122+1) unstable; urgency=medium
 

Added: trunk/packages/vim/patches/changelog.vim-ftplugin_buffer-split.diff
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/patches/changelog.vim-ftplugin_buffer-split.diff?rev=791&op=file
==============================================================================
--- trunk/packages/vim/patches/changelog.vim-ftplugin_buffer-split.diff (added)
+++ trunk/packages/vim/patches/changelog.vim-ftplugin_buffer-split.diff Mon Oct 16 13:22:20 2006
@@ -1,0 +1,13 @@
+Index: vim/runtime/ftplugin/changelog.vim
+===================================================================
+--- vim/runtime/ftplugin/changelog.vim.orig
++++ vim/runtime/ftplugin/changelog.vim
+@@ -242,7 +242,7 @@
+       if bufwinnr(buf) != -1
+         execute buf . 'wincmd w'
+       else
+-        execute 'bsplit' buf
++        execute 'sbuffer' . buf
+       endif
+     else
+       split ChangeLog

Modified: trunk/packages/vim/patches/series
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/patches/series?rev=791&op=diff
==============================================================================
--- trunk/packages/vim/patches/series (original)
+++ trunk/packages/vim/patches/series Mon Oct 16 13:22:20 2006
@@ -16,3 +16,4 @@
 mp.vim-cmd_check.diff -p0
 dosini.vim-hash_comment.diff -p0
 html.vim-syntax_spell.diff -p0
+changelog.vim-ftplugin_buffer-split.diff -p0




More information about the pkg-vim-maintainers mailing list