mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:10:05 +08:00
897 B
897 B
name | about | title | labels | assignees |
---|---|---|---|---|
Bug report | Create a report to help us improve | [Bug] |
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:
- Open file via
vim bug.js
- 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.