diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-09-20 22:20:51 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-09-20 22:20:51 +0000 |
commit | f8ea4f44e81ba4d520163879e2ec77508f6ca06e (patch) | |
tree | 94a18155e44bd58892ba08de2291ea3d4715054c | |
parent | e3dcc5327a8a126c13568268ba28813aa567beec (diff) | |
download | rtmux-f8ea4f44e81ba4d520163879e2ec77508f6ca06e.tar.gz rtmux-f8ea4f44e81ba4d520163879e2ec77508f6ca06e.tar.bz2 rtmux-f8ea4f44e81ba4d520163879e2ec77508f6ca06e.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 646a19fb..8fd3946b 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-19 18:53:56 $ +" Last Change: $Date: 2009-09-20 22:20:51 $ if version < 600 syntax clear @@ -38,7 +38,7 @@ syn keyword tmuxCmds suspend-client findw find-window breakp break-pane nextl syn keyword tmuxCmds next-layout rotatew rotate-window confirm[-before] syn keyword tmuxCmds clearhist clear-history selectl select-layout if[-shell] syn keyword tmuxCmds display[-message] set-environment show-environment -syn keyword tmuxCmds choose-client displayp display-panes +syn keyword tmuxCmds choose-client displayp display-panes run[-shell] syn keyword tmuxOptsSet prefix status status-fg status-bg bell-action syn keyword tmuxOptsSet default-command history-limit status-left status-right |