From b1ebb6ea86d8658aa595365ba75c6eaba64a9306 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Tue, 24 Nov 2020 11:49:54 -0500 Subject: [PATCH] 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. --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- 1 file 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 -1. nvim -NU test.vim +1. nvim -nu test.vim 2. 3.