mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 05:50:05 +08:00
33 lines
897 B
Markdown
33 lines
897 B
Markdown
|
---
|
||
|
name: Bug report
|
||
|
about: Create a report to help us improve
|
||
|
title: "[Bug] "
|
||
|
labels: ''
|
||
|
assignees: ''
|
||
|
|
||
|
---
|
||
|
|
||
|
### **Describe the bug**
|
||
|
A clear and concise description of what the bug is.
|
||
|
|
||
|
### **To Reproduce**
|
||
|
Steps to reproduce the behavior, **Please provide a minimal piece of code to produce this issue**, along with it's filename and it's filetype detected by vim (via `:set ft?`), a piece of text is better than a picture here. For example:
|
||
|
|
||
|
File: `bug.js`, filetype=javascript
|
||
|
```
|
||
|
var pair = {x: 1, y: 2}
|
||
|
```
|
||
|
|
||
|
Steps:
|
||
|
1. Open file via `vim bug.js`
|
||
|
2. See the color of `{` and `}` around text `{x: 1, y: 2}`
|
||
|
|
||
|
### **Expected behavior**
|
||
|
A clear and concise description of what you expected to happen.
|
||
|
|
||
|
### **Screenshots**
|
||
|
Provide a screenshot to describe what you got.
|
||
|
|
||
|
### **Additional context**
|
||
|
**Are you using some third-party syntax plugins?** Add any other context about the problem here.
|