diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-09-25 17:52:26 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-09-25 17:52:26 +0000 |
commit | a9a0cd8297fbf5a744cf654bb522f1d6d9928c6b (patch) | |
tree | 6f2bcc4634b90493b9b2c15318b1243e9fc641e7 | |
parent | 88c3b9c98987a593eb0f54cd4033012c8708891e (diff) | |
download | rtmux-a9a0cd8297fbf5a744cf654bb522f1d6d9928c6b.tar.gz rtmux-a9a0cd8297fbf5a744cf654bb522f1d6d9928c6b.tar.bz2 rtmux-a9a0cd8297fbf5a744cf654bb522f1d6d9928c6b.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 ee24e61e..fb67fe00 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-23 15:01:10 $ +" Last Change: $Date: 2009-09-25 17:52:26 $ if version < 600 syntax clear @@ -38,7 +38,8 @@ 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 run[-shell] +syn keyword tmuxCmds choose-client displayp display-panes run[-shell] lockc +syn keyword tmuxCmds lock-client locks lock-session syn keyword tmuxOptsSet prefix status status-fg status-bg bell-action syn keyword tmuxOptsSet default-command history-limit status-left status-right |