Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 784083 - app-editors/vim-8.2.0814-r100: a pair of double quotes in `sh` type files show in different colors
Summary: app-editors/vim-8.2.0814-r100: a pair of double quotes in `sh` type files sho...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-19 10:46 UTC by Ryan Tsien
Modified: 2021-12-07 02:44 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Tsien 2021-04-19 10:46:39 UTC
The current stable version of vim in gentoo repo, vim-8.2.0814-r100, highlights the pair of double quotation masks in 'sh' filetype with difference colors. It's weird.

The live version has fixed it, so maybe vim should be bump to a new version.

Reproducible: Always

Steps to Reproduce:
1. emerge app-editors/vim-8.2.0814-r100
2. vim /tmp/1.sh
3. input something like:

```
#!/bin/bash
v=""
```
Actual Results:  
the two double quotes have difference colors.

Expected Results:  
the two double quotes have the same color.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-12-07 02:44:17 UTC
We've bumped vim since so given it was fine for the live ebuild, should be sorted now.