Re: No vim spell hilighting in 256-color mode

2009-11-01 Thread Thayer Williams
That must've been it because it's working beautifully now. Thanks very much! On Nov 01, 2009 at 04:27 PM, Nicholas Marriott wrote: > It probably uses the aixterm SGR sequences which tmux didn't understand until > recently, please check if it works with CVS HEAD. > > > On Sun, Nov 01, 2009

Re: No vim spell hilighting in 256-color mode

2009-11-01 Thread Nicholas Marriott
It probably uses the aixterm SGR sequences which tmux didn't understand until recently, please check if it works with CVS HEAD. On Sun, Nov 01, 2009 at 04:06:08PM -0800, Thayer Williams wrote: > Within tmux, vim doesn't display spellcheck highlighting under the following > conditions: > > * t_

No vim spell hilighting in 256-color mode

2009-11-01 Thread Thayer Williams
Within tmux, vim doesn't display spellcheck highlighting under the following conditions: * t_Co=256 in ~/.vimrc * any 256-color vim colorscheme (molokai, wombat256, etc.) * tmux with or without setting default-terminal to "screen-256color" * xterm or rxvt-unicode-256 terminals The strange