Re: tmux.vim syntax file curiosity

2012-12-24 Thread Tiago Cunha
On Fri, Dec 21, 2012 at 08:51:29PM -0800, Bruce Wolk wrote: > The only keywords with optional components being recognized are those > with the optional component at the end. Is there something I am missing > here? Nope. You're correct. Should be fixed in git. Thanks! --

Re: Typo in tmux.vim

2011-11-10 Thread Tiago Cunha
Done. Thanks. On Sun, Nov 06, 2011 at 04:13:55PM +0100, Bastien Dejean wrote: > > Hi, > syn keyword tmuxOptsSetw word-separators window-status-alert-alert > > should be > > syn keyword tmuxOptsSetw word-separators window-status-alert-attr > > Greetings, > -- > Bastien ---

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: Errors in vim Syntax File

2011-10-23 Thread Tiago Cunha
Fixed. Thanks! On Sat, Oct 22, 2011 at 02:26:02PM +0200, Bastien Dejean wrote: > Hi, > > The vim syntax file shipped with the current version of tmux doesn't > highlight properly key sequences like 'M-C-BTab'. > > Hence, instead of: > > syn match tmuxKey /\(C-\|M-\|\^\)\p/ disp