bug: Vim trys to set color -1

2010-03-17 Fir de Conversatie graywh
I found a bug where Vim tries to set foreground/background color -1. I noticed the issue when running Vim inside Tmux and using :CSApproxSnapshot. Tmux doesn't handle the escape sequences (\E[3-1m and \E[4-1m) the same as Xterm does. Godlygeek seems to think Vim is trying to reset the colors

Re: bug: Vim trys to set color -1

2010-03-17 Fir de Conversatie Matt Wozniski
On Wed, Mar 17, 2010 at 9:51 AM, graywh gra...@gmail.com wrote: I found a bug where Vim tries to set foreground/background color -1. I noticed the issue when running Vim inside Tmux and using :CSApproxSnapshot.  Tmux doesn't handle the escape sequences (\E[3-1m and \E[4-1m) the same as Xterm