Re: Tmux quirks using colorschemes and vim.

2012-03-13 Thread Nicholas Marriott
What terminal are you using? You probably need to use xterm-256color TERM outside tmux and screen-256color inside. On Mon, Mar 12, 2012 at 11:30:41AM -0400, Andy Walker wrote: >In order to avoid eyestrain at work, I've chosen to use the ever popular >"solarized" scheme ([1]http://ethansch

Re: [PATCH] Add -n argument to show-environment to specify a variable name

2012-03-13 Thread Nicholas Marriott
Hi Looks good but I think there is no need for -n, just use the first argument if argc != 0, like the recent changes to show-option. Thanks On Tue, Mar 13, 2012 at 06:56:34AM +0900, Kazuhiko Sakaguchi wrote: > Hi, > > This patch add a -n argument to show-environment. It specifies a variable