diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 13:18:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 13:18:04 +0000 |
commit | 519cbf08704063b930fa613235d4a598105a449a (patch) | |
tree | 426a5a2a33b5ea123678481edd7d59dcf7ff58e9 /debian/bug-presubj | |
parent | Adding upstream version 2:8.2.2434. (diff) | |
download | vim-519cbf08704063b930fa613235d4a598105a449a.tar.xz vim-519cbf08704063b930fa613235d4a598105a449a.zip |
Adding debian version 2:8.2.2434-3+deb11u1.debian/2%8.2.2434-3+deb11u1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/bug-presubj')
-rw-r--r-- | debian/bug-presubj | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/bug-presubj b/debian/bug-presubj new file mode 100644 index 0000000..be9069f --- /dev/null +++ b/debian/bug-presubj @@ -0,0 +1,15 @@ +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 + + (g)vim -u NONE -U NONE -N + +If the potential bug is part of Vim's plugins, run + + (g)vim -u NORC -U NORC -N + +If the potential bug is part of Vim's filetype-specific functionality, run + + (g)vim -u NORC -U NORC --cmd 'filetype plugin indent on' -N |