diff options
Diffstat (limited to 'syntax/tmux.vim')
-rw-r--r-- | syntax/tmux.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/syntax/tmux.vim b/syntax/tmux.vim index f73e8e49..f3917e70 100644 --- a/syntax/tmux.vim +++ b/syntax/tmux.vim @@ -3,7 +3,7 @@ if polyglot#init#is_disabled(expand('<sfile>:p'), 'tmux', 'syntax/tmux.vim') endif " Language: tmux(1) configuration file -" Version: 3.3-rc (git-8bcd392e) +" Version: 3.3a (git-7b8ececd) " URL: https://github.com/ericpruitt/tmux.vim/ " Maintainer: Eric Pruitt <eric.pruitt@gmail.com> " License: 2-Clause BSD (http://opensource.org/licenses/BSD-2-Clause) @@ -165,7 +165,7 @@ syn keyword tmuxCommands \ switch-client switchc unbind unbind-key unlink-window unlinkw wait wait-for syn keyword tmuxEnums -\ absolute-centre always any arrows bar blinking-bar blinking-block +\ absolute-centre all always any arrows bar blinking-bar blinking-block \ blinking-underline block both bottom centre color colour current default \ double emacs external failed heavy largest latest left manual no-detached \ none number off on other padded right rounded simple single smallest top |