diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-04-10 13:04:19 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-04-10 13:04:19 +0100 |
commit | e312db140868754358d40ec17595327a8fbbf180 (patch) | |
tree | b1ae9df8727988e285577dd7f61711a48f368748 | |
parent | 743bd1275fecb7e33c8bc1cbeeeb065384ca3f9d (diff) | |
download | rtmux-e312db140868754358d40ec17595327a8fbbf180.tar.gz rtmux-e312db140868754358d40ec17595327a8fbbf180.tar.bz2 rtmux-e312db140868754358d40ec17595327a8fbbf180.zip |
Add wait-for to tmux.vim from Ben Boeckel.
-rw-r--r-- | examples/tmux.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tmux.vim b/examples/tmux.vim index 076115c1..e85f8ff6 100644 --- a/examples/tmux.vim +++ b/examples/tmux.vim @@ -56,7 +56,7 @@ syn keyword tmuxCmds \ 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 + \ choose-list wait-for syn keyword tmuxOptsSet \ buffer-limit escape-time exit-unattached exit-unattached quiet |