diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-09-19 18:53:56 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-09-19 18:53:56 +0000 |
commit | 73f58b90a0eff14ebea74565225d841e9295539b (patch) | |
tree | ebc71c1374c12d3d572f1c137afe8db9f2ee0357 | |
parent | 23d7ed3187512ad53984051069a70eca4fb99edb (diff) | |
download | rtmux-73f58b90a0eff14ebea74565225d841e9295539b.tar.gz rtmux-73f58b90a0eff14ebea74565225d841e9295539b.tar.bz2 rtmux-73f58b90a0eff14ebea74565225d841e9295539b.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 6fc15cf3..646a19fb 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-09-02 01:06:30 $ +" Last Change: $Date: 2009-09-19 18:53:56 $ if version < 600 syntax clear @@ -52,6 +52,7 @@ syn keyword tmuxOptsSet terminal-overrides status-left-attr status-left-bg 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 syn keyword tmuxOptsSetw monitor-activity aggressive-resize force-width syn keyword tmuxOptsSetw force-height remain-on-exit uft8 mode-fg mode-bg |