diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-09-02 01:06:30 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-09-02 01:06:30 +0000 |
commit | b7cb7d10f90b61ebf6e733174dcfb6bfcf43b6bc (patch) | |
tree | 85fc2d67510dcb04a1c638947281c9e6fbee741f | |
parent | 521659db4b14536a2786094540bcfc9222af6c5c (diff) | |
download | rtmux-b7cb7d10f90b61ebf6e733174dcfb6bfcf43b6bc.tar.gz rtmux-b7cb7d10f90b61ebf6e733174dcfb6bfcf43b6bc.tar.bz2 rtmux-b7cb7d10f90b61ebf6e733174dcfb6bfcf43b6bc.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 35d081ee..6fc15cf3 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-08-31 22:31:44 $ +" Last Change: $Date: 2009-09-02 01:06:30 $ if version < 600 syntax clear @@ -51,7 +51,7 @@ syn keyword tmuxOptsSet visual-bell visual-content status-justify 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 +syn keyword tmuxOptsSet display-panes-colour display-panes-time default-shell syn keyword tmuxOptsSetw monitor-activity aggressive-resize force-width syn keyword tmuxOptsSetw force-height remain-on-exit uft8 mode-fg mode-bg |