summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2020-11-24 11:49:54 -0500
committerJulian Berman <Julian@GrayVines.com>2020-11-24 12:00:49 -0500
commitb1ebb6ea86d8658aa595365ba75c6eaba64a9306 (patch)
tree4fce4410af83c2c2405e0e4a57d6a31de430102a /.github
parent3c8bb1afccc102f3ccd158f01b6d15f450b9d1cf (diff)
Fix the bug report template to suggest -u
I *assume* this is what the intention here is? I.e. to say to use the test.vim as the config. I don't think `-N` does anything either, but let me know if I'm wrong.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 3c2f4ac..51e2260 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -40,13 +40,13 @@ TIP: copy the template to your vim buffer
<!--
Example:
-1. nvim -NU test.vim
+1. nvim -nu test.vim
2. :Telescope live_grep or git_commits
3. .... bang here is the issue
...
-->
-1. nvim -NU test.vim
+1. nvim -nu test.vim
2.
3.
</details>