The branch, master has been updated
       via  8edbbb98656a76f0a25b5243b526709a67ae3531 (commit)
       via  73c125f248ddb43cedf8dffec73b574d4a890cce (commit)
      from  1721056f351114cf03e4da284fdfc6b80f3aae38 (commit)

- Log -----------------------------------------------------------------
commit 8edbbb98656a76f0a25b5243b526709a67ae3531
Author: Ben Boeckel <[email protected]>
Commit: Thomas Adam <[email protected]>

    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 <[email protected]>
---
 examples/tmux.vim |   51 +++++++++++++++++++++------------------------------
 1 files changed, 21 insertions(+), 30 deletions(-)

diff --git a/examples/tmux.vim b/examples/tmux.vim
index bff9cd1..037ddf7 100644
--- a/examples/tmux.vim
+++ b/examples/tmux.vim
@@ -56,43 +56,34 @@ syn keyword tmuxCmds
        \ switch-client switchc unbind[-key] unlink-window unlinkw wait[-for]
 
 syn keyword tmuxOptsSet
-       \ buffer-limit escape-time exit-unattached exit-unattached quiet
-       \ set-clipboard
-       \ base-index bell-action bell-on-alert default-command default-path
+       \ buffer-limit escape-time exit-unattached exit-unattached focus-events
+       \ quiet set-clipboard
+       \ assume-paste-time base-index bell-action bell-on-alert default-command
        \ default-shell default-terminal destroy-unattached detach-on-destroy
        \ display-panes-active-colour display-panes-colour display-panes-time
-       \ display-time history-limit
-       \ lock-after-time lock-command lock-server
-       \ message-command-attr message-attr message-command-bg message-bg
-       \ message-command-fg message-fg message-limit
-       \ 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
+       \ display-time history-limit lock-after-time lock-command lock-server
+       \ message-command-style message-limit message-style mouse-resize-pane
+       \ mouse-select-pane mouse-select-window mouse-utf8
+       \ pane-active-border-style pane-border-style prefix prefix2
        \ renumber-windows repeat-time set-remain-on-exit set-titles
-       \ set-titles-string status status-attr status-bg status-fg
-       \ status-interval status-justify status-keys status-left
-       \ status-left-attr status-left-bg status-left-fg status-left-length
-       \ status-position status-right status-right-attr status-right-bg
-       \ status-right-fg status-right-length status-utf8 terminal-overrides
-       \ update-environment visual-activity visual-bell visual-content
-       \ visual-silence word-separators
+       \ set-titles-string status status-interval status-justify status-keys
+       \ status-left status-left-length status-left-style status-position
+       \ status-right status-right-length staus-right-style status-utf8
+       \ terminal-overrides update-environment visual-activity visual-bell
+       \ visual-content visual-silence word-separators
 
 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
-       \ clock-mode-style force-height force-width layout-history-limit
-       \ main-pane-height main-pane-width mode-attr mode-bg mode-fg move-keys
-       \ mode-mouse monitor-activity monitor-content monitor-silence
+       \ clock-mode-style force-height force-width force-height
+       \ force-width main-pane-height main-pane-width mode-keys
+       \ mode-mouse mode-style monitor-activity monitor-content monitor-silence
        \ other-pane-height other-pane-width pane-base-index remain-on-exit
-       \ synchronize-panes utf8 window-status-bell-attr window-status-bell-bg
-       \ window-status-bell-fg window-status-content-attr
-       \ window-status-content-bg window-status-content-fg
-       \ window-status-activity-attr window-status-activity-bg
-       \ window-status-activity-fg window-status-attr
-       \ 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
+       \ synchronize-panes utf8 window-status-activity-style
+       \ window-status-bell-style window-status-content-style
+       \ window-status-current-format window-status-current-style
+       \ window-status-format window-status-last-style window-status-separator
+       \ window-status-style wrap-search xterm-keys
 
 syn keyword tmuxTodo FIXME NOTE TODO XXX contained
 


commit 73c125f248ddb43cedf8dffec73b574d4a890cce
Author: Ben Boeckel <[email protected]>
Commit: Thomas Adam <[email protected]>

    Sort and organize commands in tmux.vim
    
    Signed-off-by: Ben Boeckel <[email protected]>
---
 examples/tmux.vim |   49 +++++++++++++++++++++++--------------------------
 1 files changed, 23 insertions(+), 26 deletions(-)

diff --git a/examples/tmux.vim b/examples/tmux.vim
index e85f8ff..bff9cd1 100644
--- a/examples/tmux.vim
+++ b/examples/tmux.vim
@@ -31,32 +31,29 @@ syn keyword tmuxAction      any current none
 syn keyword tmuxBoolean        off on
 
 syn keyword tmuxCmds
-       \ attach[-session] detach[-client] has[-session] kill-server
-       \ kill-session lsc list-clients lscm list-commands ls list-sessions
-       \ lockc lock-client locks lock-session new[-session] refresh[-client]
-       \ rename[-session] showmsgs show-messages source[-file] start[-server]
-       \ suspendc suspend-client switchc switch-client
-       \ copy-mode
-       \ breakp break-pane capturep capture-pane choose-client choose-session
-       \ choose-tree choose-window displayp display-panes findw find-window
-       \ joinp join-pane killp kill-pane killw kill-window lastp last-pane
-       \ last[-window] linkw link-window lsp list-panes lsw list-windows movep
-       \ move-pane movew move-window neww new-window nextl next-layout
-       \ next[-window] pipep pipe-pane prevl previous-layout prev[ious-window]
-       \ renamew rename-window resizep resize-pane respawnp respawn-pane
-       \ respawnw respawn-window rotatew rotate-window selectl select-layout
-       \ selectp select-pane selectw select-window splitw split-window swapp
-       \ swap-pane swapw swap-window unlinkw unlink-window
-       \ bind[-key] lsk list-keys send[-keys] send-prefix unbind[-key]
-       \ set[-option] setw set-window-option show[-options] showw
-       \ show-window-options
-       \ setenv set-environment showenv show-environment
-       \ command-prompt confirm[-before] display[-message]
-       \ choose-buffer clearhist clear-history deleteb delete-buffer lsb
-       \ list-buffers loadb load-buffer pasteb paste-buffer saveb save-buffer
-       \ setb set-buffer showb show-buffer
-       \ clock-mode if[-shell] lock[-server] run[-shell] server-info info
-       \ choose-list wait-for
+       \ attach[-session] bind[-key] break-pane breakp capture-pane capturep
+       \ choose-buffer choose-client choose-list choose-session choose-tree
+       \ choose-window clear-history clearhist clock-mode command-prompt
+       \ confirm[-before] copy-mode delete-buffer deleteb detach[-client]
+       \ display[-message] display-panes displayp find-window findw
+       \ has[-session] if[-shell] join-pane joinp kill-pane killp kill-server
+       \ kill-session kill-window killw last-pane lastp last[-window]
+       \ link-window linkw list-buffers lsb list-clients lsc
+       \ list-commands lscm list-keys lsk list-panes lsp list-sessions ls
+       \ list-windows lsw load-buffer loadb lock-client lockc lock[-server]
+       \ lock-session locks move-pane movep move-window movew new[-session]
+       \ next-layout nextl next[-window] paste-buffer pasteb pipe-pane pipep
+       \ previous-layout prevl prev[ious-window] refresh[-client]
+       \ rename[-session] rename-window renamew resize-pane resizep
+       \ respawn-pane respawnp respawn-window respawnw rotate-window rotatew
+       \ run[-shell] save-buffer saveb select-layout selectl
+       \ select-pane selectp select-window selectw send[-keys] send-prefix
+       \ server-info info set-buffer setb set-environment setenv set[-option]
+       \ set-window-option setw show-buffer showb show-environment showenv
+       \ show-messages showmsgs show[-options] show-window-options showw
+       \ source[-file] split-window splitw start[-server]
+       \ suspend-client suspendc swap-pane swapp swap-window swapw
+       \ switch-client switchc unbind[-key] unlink-window unlinkw wait[-for]
 
 syn keyword tmuxOptsSet
        \ buffer-limit escape-time exit-unattached exit-unattached quiet


-----------------------------------------------------------------------

Summary of changes:
 examples/tmux.vim |  100 +++++++++++++++++++++++-----------------------------
 1 files changed, 44 insertions(+), 56 deletions(-)


hooks/post-receive
-- 
tmux

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to