Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 784083

Summary: app-editors/vim-8.2.0814-r100: a pair of double quotes in `sh` type files show in different colors
Product: Gentoo Linux Reporter: Ryan Tsien <i>
Component: Current packagesAssignee: Vim Maintainers <vim>
Status: RESOLVED FIXED    
Severity: normal CC: sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.