mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/rainbow/.github/ISSUE_TEMPLATE/bug_report.md

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:

  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.