diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-12-10 17:16:31 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-12-10 17:16:31 +0000 |
commit | dac1d365c0c071668a308686c7e4d610c34bbd9a (patch) | |
tree | 78121c589f70e436156c024093fd11259926ead0 | |
parent | dcdd2fb09497d9b568077afd0248f1f5156389f6 (diff) | |
download | rtmux-dac1d365c0c071668a308686c7e4d610c34bbd9a.tar.gz rtmux-dac1d365c0c071668a308686c7e4d610c34bbd9a.tar.bz2 rtmux-dac1d365c0c071668a308686c7e4d610c34bbd9a.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 41d6c0fd..29be28ea 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-12-02 15:11:20 $ +" Last Change: $Date: 2009-12-10 17:16:31 $ " License: This file is placed in the public domain. if version < 600 @@ -57,7 +57,7 @@ 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 default-shell syn keyword tmuxOptsSet set-titles-string lock-command lock-server -syn keyword tmuxOptsSet mouse-select-pane message-limit +syn keyword tmuxOptsSet mouse-select-pane message-limit quiet syn keyword tmuxOptsSetw monitor-activity aggressive-resize force-width syn keyword tmuxOptsSetw force-height remain-on-exit uft8 mode-fg mode-bg |