r496 - in trunk/vim/debian: . runtime
James Vega
jamessan at costa.debian.org
Wed Feb 15 12:13:30 UTC 2006
Author: jamessan
Date: 2006-02-15 12:13:29 +0000 (Wed, 15 Feb 2006)
New Revision: 496
Modified:
trunk/vim/debian/changelog
trunk/vim/debian/runtime/vimrc
Log:
Add missing quote to last-position-jump example. (#347597)
Modified: trunk/vim/debian/changelog
===================================================================
--- trunk/vim/debian/changelog 2006-02-14 23:23:37 UTC (rev 495)
+++ trunk/vim/debian/changelog 2006-02-15 12:13:29 UTC (rev 496)
@@ -1,10 +1,14 @@
-vim (1:6.4-007+2) unstable; urgency=low
+vim (1:6.4-007+2) UNRELEASED; urgency=low
[ Pierre Habouzit ]
* Support python `as' keyword. (closes: #352885)
- -- Pierre Habouzit <madcoder at debian.org> Wed, 15 Feb 2006 00:20:04 +0100
+ [ James Vega ]
+ * Add a missing quote in /etc/vim/vimrc's last-position-jump example.
+ (closes: #347597)
+ -- James Vega <jamessan at debian.org> Wed, 15 Feb 2006 07:10:04 -0500
+
vim (1:6.4-007+1) unstable; urgency=low
[ Debian VIM Maintainers ]
Modified: trunk/vim/debian/runtime/vimrc
===================================================================
--- trunk/vim/debian/runtime/vimrc 2006-02-14 23:23:37 UTC (rev 495)
+++ trunk/vim/debian/runtime/vimrc 2006-02-15 12:13:29 UTC (rev 496)
@@ -54,7 +54,7 @@
" reopening a file
" if has("autocmd")
" au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$")
-" \| exe normal g'\"" | endif
+" \| exe "normal g'\"" | endif
" endif
" Set paper size from /etc/papersize if available (Debian-specific)
More information about the pkg-vim-maintainers
mailing list