I noticed that there were a few keywords missing from the tmux.vim
syntax file, even after the latest updates. This patch adds them in.

Jan
--- /home/user/jan/src/tmux/examples/tmux.vim	2014-02-07 12:09:24.550928116 +1300
+++ tmux.vim	2014-02-07 12:38:13.276769899 +1300
@@ -42,6 +42,7 @@
 	\ 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]
+	\ new-window neww
 	\ 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
@@ -68,15 +69,15 @@
 	\ renumber-windows repeat-time set-remain-on-exit set-titles
 	\ 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
+	\ status-right status-right-length staus-right-style status-style
+	\ status-utf8 terminal-overrides update-environment visual-activity
+	\ visual-bell visual-content visual-silence word-separators
 
 syn keyword tmuxOptsSetw
 	\ aggressive-resize allow-rename alternate-screen automatic-rename
-	\ c0-change-interval c0-change-trigger clock-mode-colour
-	\ clock-mode-style force-height force-width force-height
-	\ force-width main-pane-height main-pane-width mode-keys
+	\ automatic-rename-format c0-change-interval c0-change-trigger
+	\ clock-mode-colour 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-activity-style
------------------------------------------------------------------------------
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-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to