aboutsummaryrefslogtreecommitdiff
path: root/ISSUE_TEMPLATE.md
blob: 4126f66d6cdbbcb958bb5bc9155c5373264566db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!-- Before reporting: search existing issues and check the FAQ. -->

- `nvim --version`:
- Vim (version: ) behaves differently?
- Operating system/version:
- Terminal name/version:
- `$TERM`:

### Steps to reproduce using `nvim -u NORC`

```
nvim -u NORC
# Alternative for shell-related problems:
# env -i TERM=ansi-256color "$(which nvim)"

```

### Actual behaviour

### Expected behaviour