diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2016-09-11 13:24:17 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2016-09-11 13:24:17 +0200 |
commit | 0244e228faf6ee71750cbca3bdcd18411a927d22 (patch) | |
tree | a72e5c9839ea593f6edc23f7f0e637e0a4a89413 /syntax/tmux.vim | |
parent | ab61d2ac8eafc9c10097577736602da48ec568ca (diff) | |
download | vim-polyglot-0244e228faf6ee71750cbca3bdcd18411a927d22.tar.gz vim-polyglot-0244e228faf6ee71750cbca3bdcd18411a927d22.zip |
Update
Diffstat (limited to 'syntax/tmux.vim')
-rw-r--r-- | syntax/tmux.vim | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/syntax/tmux.vim b/syntax/tmux.vim index 6c627fd5..abf4c21a 100644 --- a/syntax/tmux.vim +++ b/syntax/tmux.vim @@ -3,7 +3,6 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'tmux') == -1 " Vim syntax file " Language: tmux(1) configuration file " Maintainer: Tiago Cunha <tcunha@users.sourceforge.net> -" Last Change: $Date: 2010-07-27 18:29:07 $ " License: This file is placed in the public domain. " " To install this file: @@ -230,6 +229,8 @@ syn keyword tmuxOptsSet \ set-titles \ set-titles-string \ status + \ status-bg + \ status-fg \ status-interval \ status-justify \ status-keys @@ -274,6 +275,7 @@ syn keyword tmuxOptsSetw \ window-active-style \ window-status-activity-style \ window-status-bell-style + \ window-status-current-bg \ window-status-current-format \ window-status-current-style \ window-status-format |