diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-02-08 01:54:23 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-02-08 01:54:23 +0000 |
commit | dd962b60d0b6e8f81a5a5b396539d6aa8cd40f0c (patch) | |
tree | 8b2dd1eb20ebaf274e4574e52753112f0ea8b402 | |
parent | 0e03dc29c4f0dc39f3fcfe0d178d47b1b0466169 (diff) | |
download | rtmux-dd962b60d0b6e8f81a5a5b396539d6aa8cd40f0c.tar.gz rtmux-dd962b60d0b6e8f81a5a5b396539d6aa8cd40f0c.tar.bz2 rtmux-dd962b60d0b6e8f81a5a5b396539d6aa8cd40f0c.zip |
automatic-rename added.
-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 6cefaac3..f37c4617 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-02-06 18:38:30 $ +" Last Change: $Date: 2009-02-08 01:54:23 $ if version < 600 syntax clear @@ -48,7 +48,7 @@ syn keyword tmuxOptsSetw monitor-activity aggressive-resize force-width syn keyword tmuxOptsSetw force-height remain-on-exit uft8 mode-fg mode-bg 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 +syn keyword tmuxOptsSetw window-status-bg window-status-fg automatic-rename syn keyword tmuxTodo FIXME NOTE TODO XXX contained |