diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-12-16 01:11:09 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-12-16 01:11:09 +0000 |
commit | de15f2b5673b2499ef576aa9a361a6fb42b18f9e (patch) | |
tree | ab0cc672e929b10376c1f790e83b09a1eb202333 | |
parent | 6f578a434b23c5085b4ce9ed805959a7c7739e91 (diff) | |
download | rtmux-de15f2b5673b2499ef576aa9a361a6fb42b18f9e.tar.gz rtmux-de15f2b5673b2499ef576aa9a361a6fb42b18f9e.tar.bz2 rtmux-de15f2b5673b2499ef576aa9a361a6fb42b18f9e.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 29be28ea..4630ed9d 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-12-10 17:16:31 $ +" Last Change: $Date: 2009-12-16 01:11:09 $ " License: This file is placed in the public domain. if version < 600 @@ -57,7 +57,7 @@ syn keyword tmuxOptsSet status-left-fg status-right-attr status-right-bg syn keyword tmuxOptsSet status-right-fg update-environment base-index syn keyword tmuxOptsSet display-panes-colour display-panes-time default-shell syn keyword tmuxOptsSet set-titles-string lock-command lock-server -syn keyword tmuxOptsSet mouse-select-pane message-limit quiet +syn keyword tmuxOptsSet mouse-select-pane message-limit quiet escape-time syn keyword tmuxOptsSetw monitor-activity aggressive-resize force-width syn keyword tmuxOptsSetw force-height remain-on-exit uft8 mode-fg mode-bg |