Sort and organize option names in tmux.vim

Also update with the latest options and remove the to-be-deprecated
{-attr,-bg,-fg} options.

Signed-off-by: Ben Boeckel <mathstuf@gmail.com>
This commit is contained in:
Ben Boeckel 2014-02-05 19:14:12 +00:00 committed by Thomas Adam
parent 73c125f248
commit 8edbbb9865

View File

@ -56,43 +56,34 @@ syn keyword tmuxCmds
\ switch-client switchc unbind[-key] unlink-window unlinkw wait[-for] \ switch-client switchc unbind[-key] unlink-window unlinkw wait[-for]
syn keyword tmuxOptsSet syn keyword tmuxOptsSet
\ buffer-limit escape-time exit-unattached exit-unattached quiet \ buffer-limit escape-time exit-unattached exit-unattached focus-events
\ set-clipboard \ quiet set-clipboard
\ base-index bell-action bell-on-alert default-command default-path \ assume-paste-time base-index bell-action bell-on-alert default-command
\ default-shell default-terminal destroy-unattached detach-on-destroy \ default-shell default-terminal destroy-unattached detach-on-destroy
\ display-panes-active-colour display-panes-colour display-panes-time \ display-panes-active-colour display-panes-colour display-panes-time
\ display-time history-limit \ display-time history-limit lock-after-time lock-command lock-server
\ lock-after-time lock-command lock-server \ message-command-style message-limit message-style mouse-resize-pane
\ message-command-attr message-attr message-command-bg message-bg \ mouse-select-pane mouse-select-window mouse-utf8
\ message-command-fg message-fg message-limit \ pane-active-border-style pane-border-style prefix prefix2
\ mouse-resize-pane mouse-select-pane mouse-select-window mouse-utf8
\ pane-active-border-bg pane-border-bg pane-active-border-fg
\ pane-border-fg prefix prefix2
\ renumber-windows repeat-time set-remain-on-exit set-titles \ renumber-windows repeat-time set-remain-on-exit set-titles
\ set-titles-string status status-attr status-bg status-fg \ set-titles-string status status-interval status-justify status-keys
\ status-interval status-justify status-keys status-left \ status-left status-left-length status-left-style status-position
\ status-left-attr status-left-bg status-left-fg status-left-length \ status-right status-right-length staus-right-style status-utf8
\ status-position status-right status-right-attr status-right-bg \ terminal-overrides update-environment visual-activity visual-bell
\ status-right-fg status-right-length status-utf8 terminal-overrides \ visual-content visual-silence word-separators
\ update-environment visual-activity visual-bell visual-content
\ visual-silence word-separators
syn keyword tmuxOptsSetw syn keyword tmuxOptsSetw
\ aggressive-resize alternate-screen automatic-rename \ aggressive-resize allow-rename alternate-screen automatic-rename
\ c0-change-interval c0-change-trigger clock-mode-colour \ c0-change-interval c0-change-trigger clock-mode-colour
\ clock-mode-style force-height force-width layout-history-limit \ clock-mode-style force-height force-width force-height
\ main-pane-height main-pane-width mode-attr mode-bg mode-fg move-keys \ force-width main-pane-height main-pane-width mode-keys
\ mode-mouse monitor-activity monitor-content monitor-silence \ mode-mouse mode-style monitor-activity monitor-content monitor-silence
\ other-pane-height other-pane-width pane-base-index remain-on-exit \ other-pane-height other-pane-width pane-base-index remain-on-exit
\ synchronize-panes utf8 window-status-bell-attr window-status-bell-bg \ synchronize-panes utf8 window-status-activity-style
\ window-status-bell-fg window-status-content-attr \ window-status-bell-style window-status-content-style
\ window-status-content-bg window-status-content-fg \ window-status-current-format window-status-current-style
\ window-status-activity-attr window-status-activity-bg \ window-status-format window-status-last-style window-status-separator
\ window-status-activity-fg window-status-attr \ window-status-style wrap-search xterm-keys
\ window-status-current-attr window-status-attr window-status-current-bg
\ window-status-bg window-status-current-fg window-status-fg
\ window-status-current-format window-status-format
\ window-status-separator xterm-keys wrap-search
syn keyword tmuxTodo FIXME NOTE TODO XXX contained syn keyword tmuxTodo FIXME NOTE TODO XXX contained