diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-11-07 23:50:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-07 23:50:10 +0100 |
commit | bbf730aa3180c4522c34f4529130827874be25d1 (patch) | |
tree | fc1c6d82d3e340ebfc268b8274c24f1790c3849f /runtime/syntax/tt2.vim | |
parent | ae569ea57b1df1b450803b6d23ab8c315dd72e72 (diff) | |
parent | 2ca59638ba04d11c397496d4f12f4d24e3461f0e (diff) | |
download | rneovim-bbf730aa3180c4522c34f4529130827874be25d1.tar.gz rneovim-bbf730aa3180c4522c34f4529130827874be25d1.tar.bz2 rneovim-bbf730aa3180c4522c34f4529130827874be25d1.zip |
Merge #7503 from justinmk/vim-patches
Diffstat (limited to 'runtime/syntax/tt2.vim')
-rw-r--r-- | runtime/syntax/tt2.vim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/syntax/tt2.vim b/runtime/syntax/tt2.vim index 5321e277da..6432b85a05 100644 --- a/runtime/syntax/tt2.vim +++ b/runtime/syntax/tt2.vim @@ -3,10 +3,10 @@ " 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-07-21 +" Last Change: 2015-04-25 " -" Instration: -" put tt2.vim and tt2html.vim in to your syntax diretory. +" Installation: +" put tt2.vim and tt2html.vim in to your syntax directory. " " add below in your filetype.vim. " au BufNewFile,BufRead *.tt2 setf tt2 |