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.
This commit is contained in:
Julian Berman
2020-11-24 11:49:54 -05:00
parent 3c8bb1afcc
commit b1ebb6ea86

View File

@@ -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>