fix: bug report template to suggest -nu instead of -Nu (#284)

@Julian
This commit is contained in:
tami5
2020-11-24 20:05:33 +03:00
committed by GitHub

View File

@@ -40,13 +40,13 @@ TIP: copy the template to your vim buffer
<!-- <!--
Example: Example:
1. nvim -NU test.vim 1. nvim -nu test.vim
2. :Telescope live_grep or git_commits 2. :Telescope live_grep or git_commits
3. .... bang here is the issue 3. .... bang here is the issue
... ...
--> -->
1. nvim -NU test.vim 1. nvim -nu test.vim
2. 2.
3. 3.
</details> </details>