mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	vim-patch:e8f6af609178
runtime(tmux): Update tmux syntax (#14065)
e8f6af6091
Co-authored-by: Eric Pruitt <eric.pruitt@gmail.com>
			
			
This commit is contained in:
		| @@ -1,5 +1,5 @@ | |||||||
| " Language: tmux(1) configuration file | " Language: tmux(1) configuration file | ||||||
| " Version: 3.3a (git-e7c829fc) | " Version: 3.4 (git-608d1134) | ||||||
| " URL: https://github.com/ericpruitt/tmux.vim/ | " URL: https://github.com/ericpruitt/tmux.vim/ | ||||||
| " Maintainer: Eric Pruitt <eric.pruitt@gmail.com> | " Maintainer: Eric Pruitt <eric.pruitt@gmail.com> | ||||||
| " License: 2-Clause BSD (http://opensource.org/licenses/BSD-2-Clause) | " License: 2-Clause BSD (http://opensource.org/licenses/BSD-2-Clause) | ||||||
| @@ -164,9 +164,9 @@ syn keyword tmuxCommands | |||||||
| syn keyword tmuxEnums | syn keyword tmuxEnums | ||||||
| \ absolute-centre all 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 | \ blinking-underline block both bottom centre color colour current default | ||||||
| \ double emacs external failed heavy largest latest left manual next | \ double emacs external failed heavy keep-group keep-last largest latest left | ||||||
| \ no-detached none number off on other padded previous right rounded simple | \ manual next no-detached none number off on other padded previous right | ||||||
| \ single smallest top underline vi | \ rounded simple single smallest top underline vi | ||||||
|  |  | ||||||
| let &cpo = s:original_cpo | let &cpo = s:original_cpo | ||||||
| unlet! s:original_cpo s:bg s:i | unlet! s:original_cpo s:bg s:i | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Christian Clason
					Christian Clason