mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 04:53:51 -05:00
Run a build and commit the results
This commit is contained in:
@@ -3,7 +3,7 @@ if polyglot#init#is_disabled(expand('<sfile>:p'), 'tmux', 'syntax/tmux.vim')
|
||||
endif
|
||||
|
||||
" Language: tmux(1) configuration file
|
||||
" Version: 3.3a (git-7b8ececd)
|
||||
" Version: 3.3a (git-e7c829fc)
|
||||
" 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)
|
||||
@@ -115,8 +115,9 @@ syn keyword tmuxOptions
|
||||
\ display-panes-colour display-panes-time display-time editor escape-time
|
||||
\ exit-empty exit-unattached extended-keys fill-character focus-events
|
||||
\ history-file history-limit key-table lock-after-time lock-command
|
||||
\ main-pane-height main-pane-width message-command-style message-limit
|
||||
\ message-style mode-keys mode-style monitor-activity monitor-bell
|
||||
\ main-pane-height main-pane-width menu-border-lines menu-border-style
|
||||
\ menu-selected-style menu-style message-command-style message-limit
|
||||
\ message-line message-style mode-keys mode-style monitor-activity monitor-bell
|
||||
\ monitor-silence mouse other-pane-height other-pane-width
|
||||
\ pane-active-border-style pane-base-index pane-border-format
|
||||
\ pane-border-indicators pane-border-lines pane-border-status pane-border-style
|
||||
@@ -167,9 +168,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 no-detached
|
||||
\ none number off on other padded right rounded simple single smallest top
|
||||
\ underline vi
|
||||
\ 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
|
||||
|
||||
let &cpo = s:original_cpo
|
||||
unlet! s:original_cpo s:bg s:i
|
||||
|
||||
Reference in New Issue
Block a user