Revision: 2623
          http://tmux.svn.sourceforge.net/tmux/?rev=2623&view=rev
Author:   tcunha
Date:     2011-10-23 15:42:15 +0000 (Sun, 23 Oct 2011)
Log Message:
-----------
Recognise special keys and binds with multiple modifiers. From Bastien Dejean.

Modified Paths:
--------------
    trunk/examples/tmux.vim

Modified: trunk/examples/tmux.vim
===================================================================
--- trunk/examples/tmux.vim     2011-10-23 15:11:09 UTC (rev 2622)
+++ trunk/examples/tmux.vim     2011-10-23 15:42:15 UTC (rev 2623)
@@ -77,7 +77,7 @@
 
 syn keyword tmuxTodo FIXME NOTE TODO XXX contained
 
-syn match tmuxKey              /\(C-\|M-\|\^\)\p/      display
+syn match tmuxKey              /\(C-\|M-\|\^\)\+\S\+/  display
 syn match tmuxNumber           /\d\+/                  display
 syn match tmuxOptions          /\s-\a\+/               display
 syn match tmuxVariable         /\w\+=/                 display

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to