diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-02-01 18:16:39 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-02-01 18:16:39 +0000 |
commit | c7ffee6b8c2c499523d4b00a0e017511fe8bfa1c (patch) | |
tree | 032ee0d57037a901feeb4a3fb1f83c7faa079b0c | |
parent | 804beb9266f9f731329d90b56842a863598f25ff (diff) | |
download | rtmux-c7ffee6b8c2c499523d4b00a0e017511fe8bfa1c.tar.gz rtmux-c7ffee6b8c2c499523d4b00a0e017511fe8bfa1c.tar.bz2 rtmux-c7ffee6b8c2c499523d4b00a0e017511fe8bfa1c.zip |
{message,status,mode}-attr added
-rw-r--r-- | examples/tmux.vim | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/tmux.vim b/examples/tmux.vim index 04e4d298..b11e267c 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-01-25 19:00:10 $ +" Last Change: $Date: 2009-02-01 18:16:39 $ if version < 600 syntax clear @@ -40,11 +40,12 @@ syn keyword tmuxOptsSet default-command history-limit status-left status-right syn keyword tmuxOptsSet status-interval set-titles display-time buffer-limit syn keyword tmuxOptsSet status-left-length status-right-length message-fg syn keyword tmuxOptsSet message-bg lock-after-time default-path repeat-time +syn keyword tmuxOptsSet message-attr status-attr syn keyword tmuxOptsSetw monitor-activity aggressive-resize force-width syn keyword tmuxOptsSetw force-height remain-on-exit uft8 mode-fg mode-bg syn keyword tmuxOptsSetw mode-keys clock-mode-colour clock-mode-style -syn keyword tmuxOptsSetw xterm-keys +syn keyword tmuxOptsSetw xterm-keys mode-attr syn keyword tmuxTodo FIXME NOTE TODO XXX contained |