diff options
author | Christian Clason <c.clason@uni-graz.at> | 2024-02-22 09:33:05 +0100 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2024-02-22 09:50:35 +0100 |
commit | bba4834ede81f727b155eaee2af0af994c80b094 (patch) | |
tree | aeb1ae7ae61fb23611ba26b024d2dceb02a6a986 /runtime/syntax/tmux.vim | |
parent | e2e63bd045491f36e12c924fddbe76b3ef884b38 (diff) | |
download | rneovim-bba4834ede81f727b155eaee2af0af994c80b094.tar.gz rneovim-bba4834ede81f727b155eaee2af0af994c80b094.tar.bz2 rneovim-bba4834ede81f727b155eaee2af0af994c80b094.zip |
vim-patch:e8f6af609178
runtime(tmux): Update tmux syntax (#14065)
https://github.com/vim/vim/commit/e8f6af60917862d04a82efb9e900200fd36f798d
Co-authored-by: Eric Pruitt <eric.pruitt@gmail.com>
Diffstat (limited to 'runtime/syntax/tmux.vim')
-rw-r--r-- | runtime/syntax/tmux.vim | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/syntax/tmux.vim b/runtime/syntax/tmux.vim index d2b31e874c..9766ed55d7 100644 --- a/runtime/syntax/tmux.vim +++ b/runtime/syntax/tmux.vim @@ -1,5 +1,5 @@ " Language: tmux(1) configuration file -" Version: 3.3a (git-e7c829fc) +" Version: 3.4 (git-608d1134) " 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) @@ -164,9 +164,9 @@ syn keyword tmuxCommands syn keyword tmuxEnums \ 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 next -\ no-detached none number off on other padded previous right rounded simple -\ single smallest top underline vi +\ double emacs external failed heavy keep-group keep-last largest latest left +\ manual next no-detached none number off on other padded previous right +\ rounded simple single smallest top underline vi let &cpo = s:original_cpo unlet! s:original_cpo s:bg s:i |