diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-10-25 22:16:55 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-10-25 22:16:55 +0000 |
commit | 76bb6d61383046592662eadad057df2ba0fb9ff9 (patch) | |
tree | 4d050cb2e22c116931418ebf23adf847e6b8bb97 /examples/tmux.vim | |
parent | 2536ea12cbcc51b70d6f260d303c2a8a3ae22e6d (diff) | |
download | rtmux-76bb6d61383046592662eadad057df2ba0fb9ff9.tar.gz rtmux-76bb6d61383046592662eadad057df2ba0fb9ff9.tar.bz2 rtmux-76bb6d61383046592662eadad057df2ba0fb9ff9.zip |
Add missing license.
Diffstat (limited to 'examples/tmux.vim')
-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 504c3f43..3b30f4d4 100644 --- a/examples/tmux.vim +++ b/examples/tmux.vim @@ -1,7 +1,8 @@ " Vim syntax file " Language: tmux(1) configuration file " Maintainer: Tiago Cunha <me@tiagocunha.org> -" Last Change: $Date: 2009-10-15 01:49:39 $ +" Last Change: $Date: 2009-10-25 22:16:55 $ +" License: This file is placed in the public domain. if version < 600 syntax clear |