Re: Change colours in ins versus cmd edit mode

2011-11-10 Thread Tiago Cunha
Vim syntax diff committed, as well. Thanks. On Sat, Nov 05, 2011 at 01:32:07AM -0400, Ben Boeckel wrote: > Ah, whoops. New patches attached (they replace the previous ones). > > --Ben -- RSA(R) Conference 2012 Save $700

Re: Change colours in ins versus cmd edit mode

2011-11-05 Thread Nicholas Marriott
Applied to OpenBSD, thanks. On Sat, Nov 05, 2011 at 01:32:07AM -0400, Ben Boeckel wrote: > On Thu, Oct 27, 2011 at 23:50:36 +0100, Nicholas Marriott wrote: > > Man page I just meant remove the quotes, if you look at the bind-key bit > > it just says: > > > > is bound in > > .Ar key-table : > > t

Re: Change colours in ins versus cmd edit mode

2011-11-04 Thread Ben Boeckel
On Thu, Oct 27, 2011 at 23:50:36 +0100, Nicholas Marriott wrote: > Man page I just meant remove the quotes, if you look at the bind-key bit > it just says: > > is bound in > .Ar key-table : > the binding for command mode with > .Fl c > > So there is no markup or quotes around the "command" in "co

Re: Change colours in ins versus cmd edit mode

2011-10-27 Thread Nicholas Marriott
Cool thanks. Man page I just meant remove the quotes, if you look at the bind-key bit it just says: is bound in .Ar key-table : the binding for command mode with .Fl c So there is no markup or quotes around the "command" in "command mode". On Mon, Oct 24, 2011 at 01:13:25PM -0400, Ben Boeckel

Re: Change colours in ins versus cmd edit mode

2011-10-24 Thread Ben Boeckel
On Sun, Oct 23, 2011 at 02:25:23 +0100, Nicholas Marriott wrote: > - I think I would call the option *-command not *-cmd and the attr/fg/bg > should be at the end, so how about message-command-{fg,bg,attr}? Can do (won't get to it until this afternoon though). > - No 's around command in the ma

Re: Change colours in ins versus cmd edit mode

2011-10-22 Thread Nicholas Marriott
Thanks. Just two minor things: - I think I would call the option *-command not *-cmd and the attr/fg/bg should be at the end, so how about message-command-{fg,bg,attr}? - No 's around command in the man page to match what it's like in bind-key description (if there were quotes it would be .Ql

Re: Change colours in ins versus cmd edit mode

2011-10-21 Thread Nicholas Marriott
Thanks for all of these, I'm a bit busy with work at the moment but I'll try to look at them this weekend. On Thu, Oct 20, 2011 at 05:31:44PM -0400, Ben Boeckel wrote: > Hi, > > More patches :) . These add options for different message-{bg,fg,attr} > colours when in command mode versus insert m