diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-07-20 17:06:13 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-07-20 17:06:13 +0000 |
commit | e7cda4f363031f126e154f334e8f4fc7c5a92e66 (patch) | |
tree | c740abc51450001eeb685266c3155866083bad2f | |
parent | 54c6848d75bb4ab33cfeb0dd60e258ea799ffe55 (diff) | |
download | rtmux-e7cda4f363031f126e154f334e8f4fc7c5a92e66.tar.gz rtmux-e7cda4f363031f126e154f334e8f4fc7c5a92e66.tar.bz2 rtmux-e7cda4f363031f126e154f334e8f4fc7c5a92e66.zip |
Update.
-rw-r--r-- | examples/tmux.vim | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/examples/tmux.vim b/examples/tmux.vim index 6c2b04aa..aedd9b0e 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-07-17 18:32:54 $ +" Last Change: $Date: 2009-07-20 17:06:13 $ if version < 600 syntax clear @@ -45,7 +45,8 @@ 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 status-keys set-remain-on-exit -syn keyword tmuxOptsSet status-utf8 default-terminal +syn keyword tmuxOptsSet status-utf8 default-terminal visual-activity +syn keyword tmuxOptsSet visual-bell visual-content status-justify syn keyword tmuxOptsSetw monitor-activity aggressive-resize force-width syn keyword tmuxOptsSetw force-height remain-on-exit uft8 mode-fg mode-bg @@ -53,6 +54,8 @@ syn keyword tmuxOptsSetw mode-keys clock-mode-colour clock-mode-style 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 syn keyword tmuxTodo FIXME NOTE TODO XXX contained |