Yggdroot / indentLine

A vim plugin to display the indention levels with thin vertical lines
MIT License
4.14k stars 230 forks source link

quotation in JSON files disappears #255

Closed johannes-jansson closed 6 years ago

johannes-jansson commented 6 years ago

indentLine has a strange side effect for me: it hides all quotation in json files. Attaching an example with an almost clean vimrc to demonstrate the issue:

With the plugin enabled: image

With the plugin disabled: image

The screenshots above were done with this minimal vimrc:

set nocompatible
filetype off
set rtp+=~/.vim/bundle/Vundle.vim/
call vundle#rc()
Plugin 'VundleVim/Vundle.vim'
Plugin 'tpope/vim-sensible'
Plugin 'yggdroot/indentline'

On osx 10.12.6 in iTerm 2 3.2.3, zsh 5.5.1 and Vim 8.1

With my regular vimrc it looks like this: image

visualdensity commented 6 years ago

Same for me too. +1

Yggdroot commented 6 years ago

Duplicate of #140.