diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-08-03 18:35:36 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-08-03 18:35:36 +0200 |
commit | 9d98fe9cae372d84d0b1f6b56eee4615c91b1307 (patch) | |
tree | 0f3f6df92038bc9f662e5027f5b05e51fc400bc8 /runtime/syntax/tt2html.vim | |
parent | f40f4ab8df0bb52a2d5f684d961b7c932c30e5df (diff) | |
download | vim-9d98fe9cae372d84d0b1f6b56eee4615c91b1307.zip |
Update runtime files.
Diffstat (limited to 'runtime/syntax/tt2html.vim')
-rw-r--r-- | runtime/syntax/tt2html.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/tt2html.vim b/runtime/syntax/tt2html.vim index b8c81364c..ac5744f39 100644 --- a/runtime/syntax/tt2html.vim +++ b/runtime/syntax/tt2html.vim @@ -3,7 +3,7 @@ " Author: Moriki, Atsushi <4woods+vim@gmail.com> " Homepage: http://github.com/vim-perl/vim-perl " Bugs/requests: http://github.com/vim-perl/vim-perl/issues -" Last Change: 2013 Jul 24 +" Last Change: 2013-07-21 if exists("b:current_syntax") finish |