indentLine icon indicating copy to clipboard operation
indentLine copied to clipboard

"indentLine will overwrite 'conceal' color with grey by default" doesn't work in tmux vim

Open PegasusWang opened this issue 8 years ago • 4 comments

hi, I use iterm2, tmux and vim7.4. When I open vim in tmux the indent line is white, not grey. Any one has the same problem ?

PegasusWang avatar Oct 19 '16 00:10 PegasusWang

Mine is like that, but if I :source it. It will be fine. Some color schemes are working fine with it. i.e tomorrow-night.

cyfyifanchen avatar Nov 13 '16 04:11 cyfyifanchen

#177 works for me.

cyfyifanchen avatar Nov 13 '16 05:11 cyfyifanchen

Thanks @yifanchen for pointing to the solution 👍

mehdivk avatar Dec 11 '16 10:12 mehdivk

The problem I encountered, for your reference, I change color scheme for difference file type, so i add "autocmd BufWinEnter * call ChangeScheme()", and "autocmd ColorScheme * echo("color scheme test")" for testing. but colorscheme in ChangeScheme() function not invoke another autocmd(autocmd ColorScheme * echo("color scheme test")),so plugin like indentLine not work Incorrect. Add "nested" fix this: autocmd BufWinEnter * nested call SetScheme()

chanfried avatar Dec 05 '18 02:12 chanfried