diff options
Diffstat (limited to 'ISSUE_TEMPLATE.md')
-rw-r--r-- | ISSUE_TEMPLATE.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index e0185844ad..d9fd758177 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,6 +1,5 @@ - Neovim version: -- [ ] Vim behaves differently? - - Vim version: +- [ ] Vim behaves differently? Vim version: - Operating system/version: - Terminal name/version: - `$TERM`: @@ -9,7 +8,9 @@ ### Expected behaviour -### Steps to reproduce using `nvim -u NONE` +### Steps to reproduce using `nvim -u NORC` -1. `nvim -u NONE` -2. +``` +nvim -u NORC + +``` |