diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-10-06 14:14:40 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-10-06 14:14:40 +0000 |
commit | 83bf166a1fe7fd5f85b13dcddb009b310f5daa40 (patch) | |
tree | 06b091bee33c47dde334f8655e9d17ec8b560efc | |
parent | f881502f84cb5470213ede28f9578acbd551ceaa (diff) | |
download | rtmux-83bf166a1fe7fd5f85b13dcddb009b310f5daa40.tar.gz rtmux-83bf166a1fe7fd5f85b13dcddb009b310f5daa40.tar.bz2 rtmux-83bf166a1fe7fd5f85b13dcddb009b310f5daa40.zip |
Update.
-rw-r--r-- | examples/tmux.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tmux.vim b/examples/tmux.vim index fb67fe00..0c5bf201 100644 --- a/examples/tmux.vim +++ b/examples/tmux.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: tmux(1) configuration file " Maintainer: Tiago Cunha <me@tiagocunha.org> -" Last Change: $Date: 2009-09-25 17:52:26 $ +" Last Change: $Date: 2009-10-06 14:14:40 $ if version < 600 syntax clear @@ -23,7 +23,7 @@ syn keyword tmuxCmds send-prefix refresh[-client] killw kill-window lsc syn keyword tmuxCmds list-clients linkw link-window unlinkw unlink-window syn keyword tmuxCmds next[-window] send[-keys] swapw swap-window syn keyword tmuxCmds rename[-session] kill-session switchc switch-client -syn keyword tmuxCmds has[-session] scroll-mode copy-mode pasteb paste-buffer +syn keyword tmuxCmds has[-session] copy-mode pasteb paste-buffer syn keyword tmuxCmds new[-session] start[-server] kill-server setw syn keyword tmuxCmds set-window-option show[-options] showw show-window-options syn keyword tmuxCmds command-prompt setb set-buffer showb show-buffer lsb |