diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-10-09 13:07:29 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-10-09 13:07:29 +0000 |
commit | 220f3f23846a9809814d430c57fac0aedd59ac1f (patch) | |
tree | 545cf08a078808f6f5b4c369dfcc01c441a60d8e | |
parent | 9ac062acef348331e768db82554a214860b348af (diff) | |
download | rtmux-220f3f23846a9809814d430c57fac0aedd59ac1f.tar.gz rtmux-220f3f23846a9809814d430c57fac0aedd59ac1f.tar.bz2 rtmux-220f3f23846a9809814d430c57fac0aedd59ac1f.zip |
Update.
-rw-r--r-- | examples/tmux.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tmux.vim b/examples/tmux.vim index 0c5bf201..c54686b0 100644 --- a/examples/tmux.vim +++ b/examples/tmux.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: tmux(1) configuration file " Maintainer: Tiago Cunha <me@tiagocunha.org> -" Last Change: $Date: 2009-10-06 14:14:40 $ +" Last Change: $Date: 2009-10-09 13:07:29 $ if version < 600 syntax clear @@ -62,7 +62,7 @@ syn keyword tmuxOptsSetw xterm-keys mode-attr window-status-attr syn keyword tmuxOptsSetw window-status-bg window-status-fg automatic-rename syn keyword tmuxOptsSetw main-pane-width main-pane-height monitor-content syn keyword tmuxOptsSetw window-status-current-attr window-status-current-bg -syn keyword tmuxOptsSetw window-status-current-fg mode-mouse +syn keyword tmuxOptsSetw window-status-current-fg mode-mouse synchronize-panes syn keyword tmuxTodo FIXME NOTE TODO XXX contained |