neovim/.github/ISSUE_TEMPLATE/bug_report.md

30 lines
489 B
Markdown
Raw Normal View History

---
name: Bug report
about: Report a problem in Nvim
title: ''
labels: bug
---
2017-07-08 14:59:00 +02:00
<!-- Before reporting: search existing issues and check the FAQ. -->
- `nvim --version`:
- `vim -u DEFAULTS` (version: ) behaves differently?
2016-04-07 03:23:25 +02:00
- Operating system/version:
- Terminal name/version:
- `$TERM`:
2016-04-24 08:00:39 +02:00
### Steps to reproduce using `nvim -u NORC`
2016-04-07 03:23:25 +02:00
2016-04-24 08:00:39 +02:00
```
nvim -u NORC
# Alternative for shell-related problems:
# env -i TERM=ansi-256color "$(which nvim)"
2016-04-24 08:00:39 +02:00
```
2017-07-08 14:59:00 +02:00
### Actual behaviour
### Expected behaviour