r381 - in trunk/vim/debian: . runtime

Stefano Zacchiroli zack at costa.debian.org
Sun Oct 23 14:07:00 UTC 2005


Author: zack
Date: 2005-10-23 14:06:58 +0000 (Sun, 23 Oct 2005)
New Revision: 381

Modified:
   trunk/vim/debian/changelog
   trunk/vim/debian/runtime/vimrc
Log:
fix for some plugin on cmdline arguments


Modified: trunk/vim/debian/changelog
===================================================================
--- trunk/vim/debian/changelog	2005-10-23 14:05:42 UTC (rev 380)
+++ trunk/vim/debian/changelog	2005-10-23 14:06:58 UTC (rev 381)
@@ -1,3 +1,11 @@
+vim (1:6.4-001+2) unstable; urgency=low
+
+  [ Stefano Zacchiroli ]
+  * Fixed debian/runtime/vimrc, last version broke some plugins
+    behaviour (e.g. gzip, netrw) on files specified on cmdline.
+
+ -- Debian VIM Maintainers <pkg-vim-maintainers at lists.alioth.debian.org>  Sun, 23 Oct 2005 16:03:43 +0200
+
 vim (1:6.4-001+1) unstable; urgency=low
 
   [ Debian VIM Maintainers ]

Modified: trunk/vim/debian/runtime/vimrc
===================================================================
--- trunk/vim/debian/runtime/vimrc	2005-10-23 14:05:42 UTC (rev 380)
+++ trunk/vim/debian/runtime/vimrc	2005-10-23 14:06:58 UTC (rev 381)
@@ -53,6 +53,7 @@
 
 " Set paper size from /etc/papersize if available (Debian-specific)
 if filereadable("/etc/papersize")
+  silent exec "new"
   silent exec "view /etc/papersize"
   let s:t = getline(".")
   silent exec "bd!"




More information about the pkg-vim-maintainers mailing list