diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-10-15 01:49:39 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-10-15 01:49:39 +0000 |
commit | b6ebf7cb607b04d78bb5bef8bd4fa45fef021c97 (patch) | |
tree | fac50f1d0e6a77f72916c20e1702c39fc49cda44 | |
parent | 6257be6371e3848a64891b7b88c77e364ea1d9cc (diff) | |
download | rtmux-b6ebf7cb607b04d78bb5bef8bd4fa45fef021c97.tar.gz rtmux-b6ebf7cb607b04d78bb5bef8bd4fa45fef021c97.tar.bz2 rtmux-b6ebf7cb607b04d78bb5bef8bd4fa45fef021c97.zip |
Update.
-rw-r--r-- | examples/tmux.vim | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/tmux.vim b/examples/tmux.vim index d54f1926..504c3f43 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-10-12 00:08:48 $ +" Last Change: $Date: 2009-10-15 01:49:39 $ if version < 600 syntax clear @@ -39,7 +39,8 @@ 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 run[-shell] lockc -syn keyword tmuxCmds lock-client locks lock-session lsp list-panes +syn keyword tmuxCmds lock-client locks lock-session lsp list-panes pipep +syn keyword tmuxCmds pipe-pane syn keyword tmuxOptsSet prefix status status-fg status-bg bell-action syn keyword tmuxOptsSet default-command history-limit status-left status-right |