blob: a0d87dcca5c74835ab3e39c25b51d70b54e2b9ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
(Issues related to the runtime files should be reported to the each maintainer. Not here.)
**To Reproduce**
Steps to reproduce the behavior:
1. Run `vim --clean` (or `gvim --clean`, etc.)
2. Type '....'
3. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Environment (please complete the following information):**
- Version [e.g. 8.1.1234] (Or paste the result of `vim --version`.)
- OS: [e.g. Ubuntu 18.04, Windows 10 1809, macOS 10.14]
- Terminal: [e.g. GNOME Terminal, mintty, iTerm2, tmux, GNU screen] (Use NONE if you use the GUI.)
**Additional context**
Add any other context about the problem here.
|