diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-01-17 18:00:24 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-01-17 18:00:24 +0000 |
commit | f3b1a78833b0e1b6016e06c047f2c154d9dbda59 (patch) | |
tree | 71bec51c17f8bf27afdca07cd4488a74f0ef81f9 /examples | |
parent | 7b469652496b19794d4a4fdf69b919521e73765a (diff) | |
download | rtmux-f3b1a78833b0e1b6016e06c047f2c154d9dbda59.tar.gz rtmux-f3b1a78833b0e1b6016e06c047f2c154d9dbda59.tar.bz2 rtmux-f3b1a78833b0e1b6016e06c047f2c154d9dbda59.zip |
xterm-keys added
Diffstat (limited to 'examples')
-rw-r--r-- | examples/tmux.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/tmux.vim b/examples/tmux.vim index 8759e840..31067e41 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-01-16 22:53:57 $ +" Last Change: $Date: 2009-01-17 18:00:24 $ if version < 600 syntax clear @@ -44,6 +44,7 @@ syn keyword tmuxOptsSet message-bg lock-after-time default-path repeat-time syn keyword tmuxOptsSetw monitor-activity aggressive-resize force-width syn keyword tmuxOptsSetw force-height remain-on-exit uft8 mode-fg mode-bg syn keyword tmuxOptsSetw mode-keys clock-mode-colour clock-mode-style +syn keyword tmuxOptsSetw xterm-keys syn keyword tmuxTodo FIXME NOTE TODO XXX contained |