diff options
| author | tami5 <65782666+tami5@users.noreply.github.com> | 2020-11-24 20:05:33 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-24 20:05:33 +0300 |
| commit | ec9b501993716c20872285c866183bef48bf209f (patch) | |
| tree | 4fce4410af83c2c2405e0e4a57d6a31de430102a | |
| parent | 3c8bb1afccc102f3ccd158f01b6d15f450b9d1cf (diff) | |
| parent | b1ebb6ea86d8658aa595365ba75c6eaba64a9306 (diff) | |
fix: bug report template to suggest -nu instead of -Nu (#284)
@Julian
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 4 |
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> |
