diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-08-09 15:58:09 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-08-09 15:58:09 +0000 |
commit | bd5cf2e80938fdec441549f2d2a6dc65b4eb43d4 (patch) | |
tree | 95d9513a9e02de2ab92147478b1584cdacac0cb7 | |
parent | 9002e60adf4201c08ecb5ce849b7d3eda89060c8 (diff) | |
download | rtmux-bd5cf2e80938fdec441549f2d2a6dc65b4eb43d4.tar.gz rtmux-bd5cf2e80938fdec441549f2d2a6dc65b4eb43d4.tar.bz2 rtmux-bd5cf2e80938fdec441549f2d2a6dc65b4eb43d4.zip |
Update.
-rw-r--r-- | examples/tmux.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/tmux.vim b/examples/tmux.vim index 4ec6f61b..dc4c6ea6 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-30 21:11:10 $ +" Last Change: $Date: 2009-08-09 15:58:09 $ if version < 600 syntax clear @@ -47,6 +47,7 @@ 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 visual-activity syn keyword tmuxOptsSet visual-bell visual-content status-justify +syn keyword tmuxOptsSet terminal-overrides syn keyword tmuxOptsSetw monitor-activity aggressive-resize force-width syn keyword tmuxOptsSetw force-height remain-on-exit uft8 mode-fg mode-bg |