[SCM] Vim packaging branch, debian, updated. upstream/7.2.330-1025-g5814984

James Vega jamessan at debian.org
Fri Feb 19 13:43:11 UTC 2010


The following commit has been merged in the debian branch:
commit 5814984f814ed2008e5265ced343e2140ae1644d
Author: James Vega <jamessan at debian.org>
Date:   Fri Feb 19 08:39:07 2010 -0500

    Reword presubj to provide a few methods for narrowing down the bug's cause.
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/debian/presubj b/debian/presubj
index e0d0df3..b58cda7 100644
--- a/debian/presubj
+++ b/debian/presubj
@@ -1,2 +1,15 @@
-Please use "vim -u NONE -U NONE" to verify that the bug you want to report
-isn't caused by a configuration error.
+Before filing a bug, please ensure that your configuration is not the cause of
+the bug.  At the very least, this can help narrow down exactly where the bug
+exists or what option is causing the behavior.
+
+If the potential bug is part of Vim's basic functionality, run
+
+  vim -u NONE -U NONE -N
+
+If the potential bug is part of Vim's plugins, run
+
+  vim -u NORC -U NORC -N
+
+If the potential bug is part of Vim's filetype-specific functionality, run
+
+  vim -u NORC -U NORC --cmd 'filetype plugin indent on' -N

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list